summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* update-linux-headers.sh: Fake types.h doesn't need to include anythingPeter Maydell2016-03-161-2/+3
* include/config.h: RemovePeter Maydell2016-03-161-1/+0Star
* update-linux-headers: Add userfaultfd.hAlexey Kardashevskiy2016-03-151-1/+1
* memory: Drop MemoryRegion.ram_addrFam Zheng2016-03-071-1/+1
* qapi: Drop useless 'data' member of unionsEric Blake2016-03-051-9/+0Star
* qapi-visit: Expose visit_type_FOO_members()Eric Blake2016-03-051-26/+7Star
* qapi: Rename 'fields' to 'members' in generated C codeEric Blake2016-03-052-7/+7
* qapi: Rename 'fields' to 'members' in generatorEric Blake2016-03-055-32/+32
* qmp-shell: fix pretty printing of JSON responsesDaniel P. Berrange2016-03-041-13/+10Star
* trace: Add a proper API to manage auto-generated events from the 'tcg' propertyLluís Vilanova2016-03-011-3/+10
* trace: Add 'vcpu' event property to trace guest vCPULluís Vilanova2016-03-019-31/+146
* trace: Add helper function to cast event argumentsLluís Vilanova2016-03-011-0/+4
* trace: Remove unnecessary intermediate event copiesLluís Vilanova2016-03-013-7/+6Star
* trace: Extend API to manage event argumentsLluís Vilanova2016-03-011-2/+13
* qapi: rename InputAxis values.Gerd Hoffmann2016-03-011-1/+0Star
* qapi: rename input buttonsGerd Hoffmann2016-03-011-1/+0Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-02-251-2/+3
|\
| * scripts/kvm/kvm_stat: Fix missing right parantheses and ".format(...)"Fam Zheng2016-02-221-2/+3
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160223' into stagingPeter Maydell2016-02-231-0/+5
|\ \
| * | scripts/clean-includes: Ignore .inc.c filesPeter Maydell2016-02-231-0/+5
* | | tracetool: Include osdep.h in generated-ust.cPeter Maydell2016-02-231-0/+2
|/ /
* | scripts/clean-includes: Add --all optionPeter Maydell2016-02-231-1/+15
* | scripts/clean-includes: Enhance to handle header filesPeter Maydell2016-02-231-8/+45
* | qapi: Change visit_start_implicit_struct to visit_start_alternateEric Blake2016-02-191-7/+3Star
* | qapi: Don't box branches of flat unionsEric Blake2016-02-192-44/+5Star
* | qapi: Don't box struct branch of alternateEric Blake2016-02-193-12/+43
* | qapi-visit: Use common idiom in gen_visit_fields_decl()Eric Blake2016-02-191-6/+5Star
* | qapi: Emit structs used as variants in topological orderEric Blake2016-02-191-3/+20
* | qapi: Adjust layout of FooList typesEric Blake2016-02-192-5/+2Star
* | qapi-visit: Less indirection in visit_type_Foo_fields()Eric Blake2016-02-191-10/+10
* | qapi-visit: Unify struct and union visitMarkus Armbruster2016-02-191-39/+6Star
* | qapi: Visit variants in visit_type_FOO_fields()Eric Blake2016-02-191-52/+54
* | qapi-visit: Simplify how we visit common union membersMarkus Armbruster2016-02-191-23/+4Star
* | qapi: Forbid 'any' inside an alternateEric Blake2016-02-191-1/+4
* | qapi: Forbid empty unions and useless alternatesEric Blake2016-02-191-2/+10
* | qapi-visit: Honor prefix of discriminator enumEric Blake2016-02-191-1/+2
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-02-161-1/+5
|\
| * checkpatch: Eliminate false positive in case of space before square bracket i...Leonid Bloch2016-02-151-0/+2
| * checkpatch: Eliminate false positive in case of comma-space-square bracketLeonid Bloch2016-02-151-1/+3
* | scripts/tracetool: Include qemu/osdep.h in generated .c filesPeter Maydell2016-02-163-1/+4
* | scripts/feature_to_c.sh: Include qemu/osdep.h rather than config.hPeter Maydell2016-02-161-1/+1
* | qapi: Clean up includes in generated filesEric Blake2016-02-165-3/+6
|/
* get_maintainer.pl: fall back to git if only lists are foundPaolo Bonzini2016-02-091-1/+1
* scripts/kvm/kvm_stat: Fix tracefs access checkingJanosch Frank2016-02-091-6/+17
* qapi: Fix compilation failure on MIPS and SPARCEric Blake2016-02-081-1/+1
* qapi: Drop unused error argument for list and implicit structEric Blake2016-02-081-8/+4Star
* qapi: Drop unused 'kind' for struct/enum visitEric Blake2016-02-082-7/+7
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-085-20/+20
* qapi: Don't cast Enum* to int*Eric Blake2016-02-081-2/+3
* qapi-visit: Kill unused visit_end_union()Eric Blake2016-02-081-5/+0Star