summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2013-07-29qapi.py: Fix diagnosing non-objects at a schema's top-levelMarkus Armbruster1-4/+6
2013-07-29qapi.py: Fix schema parser to check syntax systematicallyMarkus Armbruster1-10/+30
2013-07-29qapi.py: Reject invalid characters in schema fileMarkus Armbruster1-0/+2
2013-07-29qapi.py: Decent syntax error reportingMarkus Armbruster1-2/+27
2013-07-29qapi.py: Restructure lexer and parserMarkus Armbruster1-80/+83
2013-07-26qapi: Anonymous unionsKevin Wolf3-0/+104
2013-07-26qapi.py: Maintain a list of union typesKevin Wolf1-0/+13
2013-07-26qapi: Flat unions with arbitrary discriminatorKevin Wolf2-25/+76
2013-07-26qapi-visit.py: Implement 'base' for unionsKevin Wolf1-5/+25
2013-07-26qapi-visit.py: Split off generate_visit_struct_fields()Kevin Wolf1-28/+34
2013-07-26qapi-types.py: Implement 'base' for unionsKevin Wolf1-2/+14
2013-07-22Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori1-0/+51
2013-07-18cleanup-trace-events.pl: NewMarkus Armbruster1-0/+51
2013-07-16qapi: qapi-commands: fix possible leaks on visitor deallocLuiz Capitulino1-7/+10
2013-07-10qapi.py: Allow top-level type reference for command definitionsKevin Wolf1-0/+19
2013-07-10qapi.py: Avoid code duplicationKevin Wolf1-9/+9
2013-06-14main: use TARGET_ARCH only for the target-specific #definePaolo Bonzini1-9/+4
2013-06-14build: do not use TARGET_ARCHPaolo Bonzini1-9/+9
2013-06-14build: rename TARGET_ARCH2 to TARGET_NAMEPaolo Bonzini1-1/+1
2013-06-04block: add block driver read only whitelistFam Zheng1-2/+9
2013-05-30qapi: pad GenericList value fields to 64 bitsMichael Roth1-2/+8
2013-05-23qapi: qapi-visit.py, native list supportMichael Roth1-5/+29
2013-05-23qapi: qapi-visit.py, fix list handling for union typesMichael Roth1-1/+1
2013-05-23qapi: qapi-types.py, native list supportMichael Roth2-3/+65
2013-05-03trace: Add ftrace tracing backendEiichi Tsukata1-0/+54
2013-04-17vmxcap: Update according to SDM of January 2013Jan Kiszka1-1/+5
2013-04-17vmxcap: Report APIC register emulation and RDTSCP controlJan Kiszka1-0/+2
2013-04-17vmxcap: Augment reported informationJan Kiszka1-0/+14
2013-04-17vmxcap: Open MSR file in unbuffered modeJan Kiszka1-2/+2
2013-03-28trace: [stderr] Port to generic event information and new control interfaceLluís Vilanova1-19/+8
2013-03-28trace: [simple] Port to generic event information and new control interfaceLluís Vilanova1-13/+5
2013-03-28trace: Provide a generic tracing event descriptorLluís Vilanova4-8/+113
2013-03-28trace: [tracetool] Explicitly identify public backendsLluís Vilanova6-3/+30
2013-03-09make_device_config.sh: Emit dependency file to directory where includedAndreas Färber1-1/+1
2013-03-09Revert "make_device_config.sh: Fix target path in generated dependency file"Andreas Färber1-1/+1
2013-02-19fix scripts/make_device_config.shGerd Hoffmann1-1/+1
2013-01-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-0/+1
2013-01-26make_device_config.sh: Fix target path in generated dependency fileAndreas Färber1-1/+1
2013-01-21vmxcap: bit 9 of VMX_PROCBASED_CTLS2 is 'virtual interrupt delivery'Marcelo Tosatti1-0/+1
2013-01-12Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl1-0/+3
2013-01-08qemu-ga: sample fsfreeze hooksTomoki Sekiyama2-0/+89
2013-01-07powerpc: linux header sync script includes epapr_hcalls.hBharat Bhushan1-0/+3
2012-12-23build: Use separate makefile for "trace/"Lluís Vilanova2-4/+4
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini3-9/+9
2012-12-19qapi: remove qapi/qapi-types-core.hPaolo Bonzini1-0/+2
2012-12-19qapi: move inclusions of qemu-common.h from headers to .c filesPaolo Bonzini2-0/+2
2012-12-12get_maintainer.pl: update from linix 3.8Michael S. Tsirkin1-9/+16
2012-11-19Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori1-1/+10