aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2016-04-05checkpatch: add target_ulong to typelistCédric Le Goater
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-03-22Clean up includes some moreMarkus Armbruster
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-22Remove unneeded include statements for setjmp.hStefan Weil
2016-03-18qapi: Use anonymous bases in QMP flat unionsEric Blake
2016-03-18qapi: Allow anonymous base for flat unionEric Blake
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-18qapi: Drop unused c_null()Eric Blake
2016-03-18qapi: Inline gen_visit_members() into lone callerEric Blake
2016-03-18qapi-commands: Inline single-use helpers of gen_marshal()Eric Blake
2016-03-18qapi-commands: Utilize implicit struct visitsEric Blake
2016-03-18qapi-event: Utilize implicit struct visitsEric Blake
2016-03-18qapi-event: Drop qmp_output_get_qobject() null checkEric Blake
2016-03-18qapi: Emit implicit structs in generated CEric Blake
2016-03-18qapi: Adjust names of implicit typesEric Blake
2016-03-18qapi: Make c_type() more OO-likeEric Blake
2016-03-18qapi: Fix command with named empty argument typeEric Blake
2016-03-18qapi: Assert in places where variants are not handledEric Blake
2016-03-16update-linux-headers.sh: Fake types.h doesn't need to include anythingPeter Maydell
2016-03-16include/config.h: RemovePeter Maydell
2016-03-15update-linux-headers: Add userfaultfd.hAlexey Kardashevskiy
2016-03-07memory: Drop MemoryRegion.ram_addrFam Zheng
2016-03-05qapi: Drop useless 'data' member of unionsEric Blake
2016-03-05qapi-visit: Expose visit_type_FOO_members()Eric Blake
2016-03-05qapi: Rename 'fields' to 'members' in generated C codeEric Blake
2016-03-05qapi: Rename 'fields' to 'members' in generatorEric Blake
2016-03-04qmp-shell: fix pretty printing of JSON responsesDaniel P. Berrange
2016-03-01trace: Add a proper API to manage auto-generated events from the 'tcg' propertyLluís Vilanova
2016-03-01trace: Add 'vcpu' event property to trace guest vCPULluís Vilanova
2016-03-01trace: Add helper function to cast event argumentsLluís Vilanova
2016-03-01trace: Remove unnecessary intermediate event copiesLluís Vilanova
2016-03-01trace: Extend API to manage event argumentsLluís Vilanova
2016-03-01qapi: rename InputAxis values.Gerd Hoffmann
2016-03-01qapi: rename input buttonsGerd Hoffmann
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-02-23Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160223' into stagingPeter Maydell
2016-02-23scripts/clean-includes: Ignore .inc.c filesPeter Maydell
2016-02-23tracetool: Include osdep.h in generated-ust.cPeter Maydell
2016-02-23scripts/clean-includes: Add --all optionPeter Maydell
2016-02-23scripts/clean-includes: Enhance to handle header filesPeter Maydell
2016-02-22scripts/kvm/kvm_stat: Fix missing right parantheses and ".format(...)"Fam Zheng
2016-02-19qapi: Change visit_start_implicit_struct to visit_start_alternateEric Blake
2016-02-19qapi: Don't box branches of flat unionsEric Blake
2016-02-19qapi: Don't box struct branch of alternateEric Blake
2016-02-19qapi-visit: Use common idiom in gen_visit_fields_decl()Eric Blake
2016-02-19qapi: Emit structs used as variants in topological orderEric Blake
2016-02-19qapi: Adjust layout of FooList typesEric Blake
2016-02-19qapi-visit: Less indirection in visit_type_Foo_fields()Eric Blake
2016-02-19qapi-visit: Unify struct and union visitMarkus Armbruster