235 Commits (cc13eead53b2e4cf5f209fec606aebf11c1dc8a8)

Author SHA1 Message Date
Wenchao Xia 5d371f41b4 qapi script: do not add "_" for every capitalized char in enum 12 years ago
Wenchao Xia 5223070c47 qapi script: do not allow string discriminator 12 years ago
Wenchao Xia bceae7697f qapi script: support enum type as discriminator in union 12 years ago
Wenchao Xia b0b58195e4 qapi script: use same function to generate enum string 12 years ago
Wenchao Xia 6299659f54 qapi script: code move for generate_enum_name() 12 years ago
Wenchao Xia b86b05ed60 qapi script: check correctness of union 12 years ago
Wenchao Xia 515b943a91 qapi script: remember line number in schema parsing 12 years ago
Wenchao Xia 4b35991a3b qapi script: add check for duplicated key 12 years ago
Wenchao Xia dad1fcab91 qapi script: remember explicitly defined enum values 12 years ago
Markus Armbruster 949ceeb31b qapi: Clean up null checking in generated visitors 12 years ago
Markus Armbruster 56bed4135f qapi: Drop unused code in qapi-commands.py 12 years ago
Markus Armbruster a105acbce3 qapi: Drop nonsensical header guard in generated qapi-visit.c 12 years ago
Markus Armbruster 678e48a2e4 qapi: Fix licensing of scripts 12 years ago
Fam Zheng 4864512389 qmp: Check for returned data from __json_read in get_events 12 years ago
Fam Zheng cd159d0954 QMP: Allow dot separated dict path arguments in qmp-shell 12 years ago
Fam Zheng e26110cfc6 module: implement module loading 12 years ago
Mohamad Gebai 9530570fa5 Modified the tracetool framework for LTTng 2.x 12 years ago
Stefan Hajnoczi ff9ec34de8 QMP: allow JSON dict arguments in qmp-shell 12 years ago
Stefan Weil a63e5e0c0d misc: Fix case Qemu -> QEMU 12 years ago
Stefan Hajnoczi 736ec1677f trace: fix simple trace "disable" keyword 12 years ago
Lluís Vilanova b618c28831 trace: [simple] Do not include "trace/simple.h" in generated tracer headers 12 years ago
Marcel Apfelbaum 9dd6cabdd3 configure: add CONFIG_IASL to config-host.h 12 years ago
Laszlo Ersek 3e16d14fd9 Python-lang gdb script to extract x86_64 guest vmcore from qemu coredump 13 years ago
Max Reitz 8592a545b6 qapi: Add "errno" to the list of polluted words 12 years ago
Richard Henderson 7b75d9d61b Adjust qapi-visit for python-2.4.3 13 years ago
Michael S. Tsirkin a31a864273 acpi: add rules to compile ASL source 13 years ago
Michael S. Tsirkin 74523b8501 i386: add ACPI table files from seabios 13 years ago
Stefan Hajnoczi 8593898109 Use qemu-project.org domain name 13 years ago
Kevin Wolf 622f557f5a qapi-types/visit.py: Inheritance for structs 13 years ago
Kevin Wolf 14d36307ff qapi-types/visit.py: Pass whole expr dict for structs 13 years ago
Gerd Hoffmann 93a2b3c470 roms: rewrite scripts/refresh-pxe-roms.sh 13 years ago
Luiz Capitulino 22f3946bc5 QMP: add scripts/qmp 13 years ago
Cole Robinson 02dc4bf568 qapi-types.py: Fix enum struct sizes on i686 13 years ago
Tomoki Sekiyama 24482749c7 Add a script to extract VSS SDK headers on POSIX system 13 years ago
Tomoki Sekiyama 69d5d21f90 checkpatch.pl: Check .cpp files 13 years ago
Tomoki Sekiyama 6f88009ee5 Add c++ keywords to QAPI helper script 13 years ago
Kevin Wolf 015370301f qapi-types.py: Split off generate_struct_fields() 13 years ago
Richard Henderson 42eed424e1 disas-objdump: Pass --adjust-vma to objdump 13 years ago
Richard Henderson 8dc6d24091 disas: Add disas-objdump.pl 13 years ago
Alex Bligh fe10ab540b aio / timers: Add scripts/switch-timer-api 13 years ago
Peter Maydell 21e0043bad scripts/qapi.py: Avoid syntax not supported by Python 2.4 13 years ago
Markus Armbruster f1a145e154 qapi.py: Permit comments starting anywhere on the line 13 years ago
Markus Armbruster 28b8bd4c75 qapi.py: Rename expr_eval to expr in parse_schema() 13 years ago
Markus Armbruster 5f3cd2b717 qapi.py: Fix diagnosing non-objects at a schema's top-level 13 years ago
Markus Armbruster 6974ccd542 qapi.py: Fix schema parser to check syntax systematically 13 years ago
Markus Armbruster 9213aa5391 qapi.py: Reject invalid characters in schema file 13 years ago
Markus Armbruster 2caba36cc6 qapi.py: Decent syntax error reporting 13 years ago
Markus Armbruster c7a3f25200 qapi.py: Restructure lexer and parser 13 years ago
Kevin Wolf 69dd62dfd6 qapi: Anonymous unions 13 years ago
Kevin Wolf ea66c6d881 qapi.py: Maintain a list of union types 13 years ago