summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* memory: Drop MemoryRegion.ram_addrFam Zheng2019-11-291-1/+1
* qapi: Drop useless 'data' member of unionsEric Blake2019-11-291-9/+0
* qapi-visit: Expose visit_type_FOO_members()Eric Blake2019-11-291-26/+7
* qapi: Rename 'fields' to 'members' in generated C codeEric Blake2019-11-292-7/+7
* qapi: Rename 'fields' to 'members' in generatorEric Blake2019-11-295-32/+32
* qmp-shell: fix pretty printing of JSON responsesDaniel P. Berrange2019-11-291-13/+10
* trace: Add a proper API to manage auto-generated events from the 'tcg' propertyLluís Vilanova2019-11-291-3/+10
* trace: Add 'vcpu' event property to trace guest vCPULluís Vilanova2019-11-299-31/+146
* trace: Add helper function to cast event argumentsLluís Vilanova2019-11-291-0/+4
* trace: Remove unnecessary intermediate event copiesLluís Vilanova2019-11-293-7/+6
* trace: Extend API to manage event argumentsLluís Vilanova2019-11-291-2/+13
* qapi: rename InputAxis values.Gerd Hoffmann2019-11-291-1/+0
* qapi: rename input buttonsGerd Hoffmann2019-11-291-1/+0
* scripts/clean-includes: Ignore .inc.c filesPeter Maydell2019-11-291-0/+5
* tracetool: Include osdep.h in generated-ust.cPeter Maydell2019-11-291-0/+2
* scripts/clean-includes: Add --all optionPeter Maydell2019-11-291-1/+15
* scripts/clean-includes: Enhance to handle header filesPeter Maydell2019-11-291-8/+45
* scripts/kvm/kvm_stat: Fix missing right parantheses and ".format(...)"Fam Zheng2019-11-291-2/+3
* qapi: Change visit_start_implicit_struct to visit_start_alternateEric Blake2019-11-291-7/+3
* qapi: Don't box branches of flat unionsEric Blake2019-11-292-44/+5
* qapi: Don't box struct branch of alternateEric Blake2019-11-293-12/+43
* qapi-visit: Use common idiom in gen_visit_fields_decl()Eric Blake2019-11-291-6/+5
* qapi: Emit structs used as variants in topological orderEric Blake2019-11-291-3/+20
* qapi: Adjust layout of FooList typesEric Blake2019-11-292-5/+2
* qapi-visit: Less indirection in visit_type_Foo_fields()Eric Blake2019-11-291-10/+10
* qapi-visit: Unify struct and union visitMarkus Armbruster2019-11-291-39/+6
* qapi: Visit variants in visit_type_FOO_fields()Eric Blake2019-11-291-52/+54
* qapi-visit: Simplify how we visit common union membersMarkus Armbruster2019-11-291-23/+4
* qapi: Forbid 'any' inside an alternateEric Blake2019-11-291-1/+4
* qapi: Forbid empty unions and useless alternatesEric Blake2019-11-291-2/+10
* qapi-visit: Honor prefix of discriminator enumEric Blake2019-11-291-1/+2
* scripts/tracetool: Include qemu/osdep.h in generated .c filesPeter Maydell2019-11-293-1/+4
* scripts/feature_to_c.sh: Include qemu/osdep.h rather than config.hPeter Maydell2019-11-291-1/+1
* qapi: Clean up includes in generated filesEric Blake2019-11-295-3/+6
* checkpatch: Eliminate false positive in case of space before square bracket i...Leonid Bloch2019-11-291-0/+2
* checkpatch: Eliminate false positive in case of comma-space-square bracketLeonid Bloch2019-11-291-1/+3
* get_maintainer.pl: fall back to git if only lists are foundPaolo Bonzini2019-11-291-1/+1
* scripts/kvm/kvm_stat: Fix tracefs access checkingJanosch Frank2019-11-291-6/+17
* qapi: Fix compilation failure on MIPS and SPARCEric Blake2019-11-291-1/+1
* qapi: Drop unused error argument for list and implicit structEric Blake2019-11-291-8/+4
* qapi: Drop unused 'kind' for struct/enum visitEric Blake2019-11-292-7/+7
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-295-20/+20
* qapi: Don't cast Enum* to int*Eric Blake2019-11-291-2/+3
* qapi-visit: Kill unused visit_end_union()Eric Blake2019-11-291-5/+0
* qapi: Track all failures between visit_start/stopEric Blake2019-11-291-6/+12
* qapi: Improve generated event use of qapi visitorEric Blake2019-11-292-11/+10
* qapi: Drop dead parameter in gen_params()Eric Blake2019-11-291-2/+2
* Revert "tracetool: use Python 2.4-compatible exception handling syntax"Markus Armbruster2019-11-291-2/+2
* scripts/qmp: Use Python 2.6 "except E as ..." syntaxMarkus Armbruster2019-11-294-6/+6
* qapi: Use Python 2.6 "except E as ..." syntaxMarkus Armbruster2019-11-291-4/+4
OpenPOWER on IntegriCloud