Statistics
| Branch: | Revision:

root / scripts @ 85938981

Latest revisions

# Date Author Comment
85938981 10/11/2013 07:34 pm Stefan Hajnoczi

Use qemu-project.org domain name

qemu.org is held by a third-party and no core community contributor has
access to the DNS configuration. This leaves the website exposed to
outages due to DNS issues or IP address changes. For example, if the
web server IP address needs to change we cannot guarantee qemu.org will...

14d36307 10/11/2013 05:50 pm Kevin Wolf

qapi-types/visit.py: Pass whole expr dict for structs

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

622f557f 10/11/2013 05:50 pm Kevin Wolf

qapi-types/visit.py: Inheritance for structs

This introduces a new 'base' key for struct definitions that refers to
another struct type. On the JSON level, the fields of the base type are
included directly into the same namespace as the fields of the defined...

93a2b3c4 09/30/2013 10:44 am Gerd Hoffmann

roms: rewrite scripts/refresh-pxe-roms.sh

Just use the Makefile in roms/

Signed-off-by: Gerd Hoffmann <>

22f3946b 09/18/2013 03:57 pm Luiz Capitulino

QMP: add scripts/qmp

Populate it with all scripts stored in QMP/. Also fixes trailing
whitespaces in qmp-shell and qmp.py.

Signed-off-by: Luiz Capitulino <>
Reviewed-by: Eric Blake <>

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 <>...

View revisions

Also available in: Atom