summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: add target_ulong to typelistCédric Le Goater2019-11-291-0/+1
* Clean up includes some moreMarkus Armbruster2019-11-296-16/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-292-2/+4
* Remove unneeded include statements for setjmp.hStefan Weil2019-11-291-1/+1
* qapi: Use anonymous bases in QMP flat unionsEric Blake2019-11-291-1/+1
* qapi: Allow anonymous base for flat unionEric Blake2019-11-292-6/+16
* qapi: Don't special-case simple union wrappersEric Blake2019-11-293-35/+5
* qapi: Drop unused c_null()Eric Blake2019-11-291-29/+17
* qapi: Inline gen_visit_members() into lone callerEric Blake2019-11-292-47/+22
* qapi-commands: Inline single-use helpers of gen_marshal()Eric Blake2019-11-291-67/+39
* qapi-commands: Utilize implicit struct visitsEric Blake2019-11-291-16/+12
* qapi-event: Utilize implicit struct visitsEric Blake2019-11-291-10/+38
* qapi-event: Drop qmp_output_get_qobject() null checkEric Blake2019-11-291-5/+1
* qapi: Emit implicit structs in generated CEric Blake2019-11-293-22/+22
* qapi: Adjust names of implicit typesEric Blake2019-11-291-8/+10
* qapi: Make c_type() more OO-likeEric Blake2019-11-292-11/+35
* qapi: Fix command with named empty argument typeEric Blake2019-11-291-2/+2
* qapi: Assert in places where variants are not handledEric Blake2019-11-292-1/+3
* update-linux-headers.sh: Fake types.h doesn't need to include anythingPeter Maydell2019-11-291-2/+3
* include/config.h: RemovePeter Maydell2019-11-291-1/+0
* update-linux-headers: Add userfaultfd.hAlexey Kardashevskiy2019-11-291-1/+1
* 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
OpenPOWER on IntegriCloud