Statistics
| Branch: | Revision:

root / scripts @ 99afc91d

Latest revisions

# Date Author Comment
d1186a33 08/15/2012 09:25 pm Anthony Liguori

Merge remote-tracking branch 'stefanha/trivial-patches' into staging

  • stefanha/trivial-patches:
    ivshmem, qdev-monitor: fix order of qerror parameters
    iov_send_recv(): Handle zero bytes case even if OS does not
    framebuffer: Fix spelling in comment (leight -> height)...
cc921867 08/15/2012 07:15 pm Anthony Liguori

Merge remote-tracking branch 'qemu-kvm/uq/master' into staging

  • qemu-kvm/uq/master:
    update-linux-headers.sh: Pull in asm-generic/kvm_para.h
    kvmvapic: Disable if there is insufficient memory
    kvm: i8254: Finish time conversion fix
    kvm: i8254: Cache kernel clock offset in KVMPITState
eda5edd1 08/15/2012 05:18 pm Stefan Weil

trace: Fix "Qemu" -> "QEMU"

Signed-off-by: Stefan Weil <>
Signed-off-by: Stefan Hajnoczi <>

256d046c 08/15/2012 01:23 am Peter Maydell

update-linux-headers.sh: Pull in asm-generic/kvm_para.h

Add asm-generic/kvm_para.h to the set of non-architecture specific
KVM kernel headers we copy into QEMU. This header may be included
by an architecture's kvm_para.h header.

Reviewed-by: Jan Kiszka <>...

964d0a7b 08/14/2012 03:19 pm Stefan Weil

trace/simple: Fix compiler warning for 32 bit hosts

gcc complains when a 32 bit pointer is casted to a 64 bit integer.

Cc: Stefan Hajnoczi <>
Signed-off-by: Stefan Weil <>
Signed-off-by: Stefan Hajnoczi <>

08b76b9f 08/13/2012 10:10 pm Luiz Capitulino

scripts: qapi-commands.py: qmp-commands.h: include qdict.h

qmp-commands.h declares several functions that have arguments of
type QDict. However, qdict.h is not included. This will cause a
build breakage when a file includes qmp-commands.h but doesn't
include qdict.h....

ac4ff701 08/13/2012 07:21 pm Luiz Capitulino

qapi: don't convert enum strings to lowercase

Next commit will introduce enum strings in camel case.

Signed-off-by: Luiz Capitulino <>
Reviewed-by: Markus Armbruster <>

f01f594b 08/13/2012 07:21 pm Luiz Capitulino

qapi: generate correct enum names for camel case enums

An enum like GenericError in the schema, should generate
GENERIC_ERROR and not GENERICERROR.

Signed-off-by: Luiz Capitulino <>
Reviewed-by: Markus Armbruster <>

b68a8472 08/13/2012 07:20 pm Luiz Capitulino

qapi: qapi-types.h: don't include qapi/qapi-types-core.h

qapi-types.h needs only qemu-common.h. Including qapi-types-core.h
causes problems when qerror.h or error.h includes qapi-types.h.

Signed-off-by: Luiz Capitulino <>
Reviewed-by: Markus Armbruster <>

427a1a2c 08/09/2012 09:34 pm Blue Swirl

qapi: avoid reserved keywords

Clang compiler complained about use of reserved word 'restrict' in SLIRP
and QAPI.

Prefix C keywords with "q_", adjust SLIRP accordingly.

Reviewed-by: Markus Armbruster <>
Signed-off-by: Blue Swirl <>

View revisions

Also available in: Atom