summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2016-04-05checkpatch: add target_ulong to typelistCédric Le Goater1-0/+1
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell8-18/+5
2016-03-22Clean up includes some moreMarkus Armbruster6-16/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2-2/+4
2016-03-22Remove unneeded include statements for setjmp.hStefan Weil1-1/+1
2016-03-18qapi: Use anonymous bases in QMP flat unionsEric Blake1-1/+1
2016-03-18qapi: Allow anonymous base for flat unionEric Blake2-6/+16
2016-03-18qapi: Don't special-case simple union wrappersEric Blake3-35/+5
2016-03-18qapi: Drop unused c_null()Eric Blake1-29/+17
2016-03-18qapi: Inline gen_visit_members() into lone callerEric Blake2-47/+22
2016-03-18qapi-commands: Inline single-use helpers of gen_marshal()Eric Blake1-67/+39
2016-03-18qapi-commands: Utilize implicit struct visitsEric Blake1-16/+12
2016-03-18qapi-event: Utilize implicit struct visitsEric Blake1-10/+38
2016-03-18qapi-event: Drop qmp_output_get_qobject() null checkEric Blake1-5/+1
2016-03-18qapi: Emit implicit structs in generated CEric Blake3-22/+22
2016-03-18qapi: Adjust names of implicit typesEric Blake1-8/+10
2016-03-18qapi: Make c_type() more OO-likeEric Blake2-11/+35
2016-03-18qapi: Fix command with named empty argument typeEric Blake1-2/+2
2016-03-18qapi: Assert in places where variants are not handledEric Blake2-1/+3
2016-03-16update-linux-headers.sh: Fake types.h doesn't need to include anythingPeter Maydell1-2/+3
2016-03-16include/config.h: RemovePeter Maydell1-1/+0
2016-03-15update-linux-headers: Add userfaultfd.hAlexey Kardashevskiy1-1/+1
2016-03-07memory: Drop MemoryRegion.ram_addrFam Zheng1-1/+1
2016-03-05qapi: Drop useless 'data' member of unionsEric Blake1-9/+0
2016-03-05qapi-visit: Expose visit_type_FOO_members()Eric Blake1-26/+7
2016-03-05qapi: Rename 'fields' to 'members' in generated C codeEric Blake2-7/+7
2016-03-05qapi: Rename 'fields' to 'members' in generatorEric Blake5-32/+32
2016-03-04qmp-shell: fix pretty printing of JSON responsesDaniel P. Berrange1-13/+10
2016-03-01trace: Add a proper API to manage auto-generated events from the 'tcg' propertyLluís Vilanova1-3/+10
2016-03-01trace: Add 'vcpu' event property to trace guest vCPULluís Vilanova9-31/+146
2016-03-01trace: Add helper function to cast event argumentsLluís Vilanova1-0/+4
2016-03-01trace: Remove unnecessary intermediate event copiesLluís Vilanova3-7/+6
2016-03-01trace: Extend API to manage event argumentsLluís Vilanova1-2/+13
2016-03-01qapi: rename InputAxis values.Gerd Hoffmann1-1/+0
2016-03-01qapi: rename input buttonsGerd Hoffmann1-1/+0
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+3
2016-02-23Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160223' into stagingPeter Maydell1-0/+5
2016-02-23scripts/clean-includes: Ignore .inc.c filesPeter Maydell1-0/+5
2016-02-23tracetool: Include osdep.h in generated-ust.cPeter Maydell1-0/+2
2016-02-23scripts/clean-includes: Add --all optionPeter Maydell1-1/+15
2016-02-23scripts/clean-includes: Enhance to handle header filesPeter Maydell1-8/+45
2016-02-22scripts/kvm/kvm_stat: Fix missing right parantheses and ".format(...)"Fam Zheng1-2/+3
2016-02-19qapi: Change visit_start_implicit_struct to visit_start_alternateEric Blake1-7/+3
2016-02-19qapi: Don't box branches of flat unionsEric Blake2-44/+5
2016-02-19qapi: Don't box struct branch of alternateEric Blake3-12/+43
2016-02-19qapi-visit: Use common idiom in gen_visit_fields_decl()Eric Blake1-6/+5
2016-02-19qapi: Emit structs used as variants in topological orderEric Blake1-3/+20
2016-02-19qapi: Adjust layout of FooList typesEric Blake2-5/+2
2016-02-19qapi-visit: Less indirection in visit_type_Foo_fields()Eric Blake1-10/+10
2016-02-19qapi-visit: Unify struct and union visitMarkus Armbruster1-39/+6