Statistics
| Branch: | Revision:

root / scripts @ 34b5d2c6

Latest revisions

# Date Author Comment
6f52e51b 09/11/2013 10:46 pm Anthony Liguori

Merge remote-tracking branch 'luiz/queue/qmp' into staging

  1. By Cole Robinson
  2. Via Luiz Capitulino
    • luiz/queue/qmp:
      qapi-types.py: Fix enum struct sizes on i686

Message-id:
Signed-off-by: Anthony Liguori <>

02dc4bf5 09/10/2013 05:09 pm Cole Robinson

qapi-types.py: Fix enum struct sizes on i686

Unlike other list types, enum wasn't adding any padding, which caused
a mismatch between the generated struct size and GenericList struct
size. More details in a678e26cbe89f7a27cbce794c2c2784571ee9d21

This crashed qemu if calling qmp query-tpm-types for example, which...

6f88009e 09/09/2013 10:17 pm Tomoki Sekiyama

Add c++ keywords to QAPI helper script

Add c++ keywords to avoid errors in compiling with c++ compiler.
This also renames class member of PciDeviceInfo to q_class.

Signed-off-by: Tomoki Sekiyama <>
Reviewed-by: Laszlo Ersek <>...

69d5d21f 09/09/2013 10:17 pm Tomoki Sekiyama

checkpatch.pl: Check .cpp files

Enable checkpatch.pl to apply the same checks as C source files for
C++ files with .cpp extensions. It also adds some exceptions for C++
sources to suppress errors for:
- <> used in C++ template arguments (e.g. template <class T>)...

24482749 09/09/2013 10:17 pm Tomoki Sekiyama

Add a script to extract VSS SDK headers on POSIX system

VSS SDK setup.exe is only runnable on Windows. This adds a script
to extract VSS SDK headers on POSIX-systems using msitools.

From: Paolo Bonzini <>...

01537030 08/30/2013 04:28 pm Kevin Wolf

qapi-types.py: Split off generate_struct_fields()

Signed-off-by: Kevin Wolf <>
Reviewed-by: Eric Blake <>

f7ad538e 08/26/2013 05:19 pm Anthony Liguori

Merge remote-tracking branch 'stefanha/block' into staging

  1. By Alex Bligh (32) and others
  2. Via Stefan Hajnoczi
    • stefanha/block: (42 commits)
      win32-aio: drop win32_aio_flush_cb()
      aio-win32: replace incorrect AioHandler->opaque usage with ->e
      aio / timers: remove dummy_io_handler_flush from tests/test-aio.c...
8dc6d240 08/24/2013 08:26 am Richard Henderson

disas: Add disas-objdump.pl

The script massages the output produced for architectures that are
not supported internally by qemu though an external objdump program
for disassembly.

Signed-off-by: Richard Henderson <>
Signed-off-by: Edgar E. Iglesias <>

42eed424 08/24/2013 08:26 am Richard Henderson

disas-objdump: Pass --adjust-vma to objdump

This gives the dumped blob its correct address during disassembly,
which makes pc-relative insns much easier to interpret.

Signed-off-by: Richard Henderson <>
Signed-off-by: Edgar E. Iglesias <>

fe10ab54 08/22/2013 08:14 pm Alex Bligh

aio / timers: Add scripts/switch-timer-api

Add scripts/switch-timer-api to programatically rewrite source
files to use the new timer system.

Signed-off-by: Alex Bligh <>
Signed-off-by: Stefan Hajnoczi <>

View revisions

Also available in: Atom