summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* scripts/signrom.py: Allow option ROM checksum script to write the size header.Richard W.M. Jones2016-05-231-3/+22
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-0/+1
* gdbstub: remove unnecessary includes from gdbstub-xml.cPaolo Bonzini2016-05-191-2/+0Star
* include: poison symbols in osdep.hPaolo Bonzini2016-05-191-1/+1
* scripts: add script to build QEMU and analyze inclusionsPaolo Bonzini2016-05-191-0/+102
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* Fix typo in variable name (found and fixed by codespell)Stefan Weil2016-05-181-32/+32
* qapi: Change visit_type_FOO() to no longer return partial objectsEric Blake2016-05-121-9/+13
* qapi: Simplify semantics of visit_next_list()Eric Blake2016-05-121-7/+9
* qapi: Split visit_end_struct() into piecesEric Blake2016-05-123-9/+18
* qapi-commands: Wrap argument visit in visit_start_structEric Blake2016-05-121-0/+7
* qapi: Consolidate QMP input visitor creationEric Blake2016-05-121-1/+1
* checkpatch: add target_ulong to typelistCédric Le Goater2016-04-051-0/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-03-248-18/+5Star
|\
| * Clean up includes some moreMarkus Armbruster2016-03-226-16/+1Star
| * include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-222-2/+4
* | Remove unneeded include statements for setjmp.hStefan Weil2016-03-221-1/+1
|/
* qapi: Use anonymous bases in QMP flat unionsEric Blake2016-03-181-1/+1
* qapi: Allow anonymous base for flat unionEric Blake2016-03-182-6/+16
* qapi: Don't special-case simple union wrappersEric Blake2016-03-183-35/+5Star
* qapi: Drop unused c_null()Eric Blake2016-03-181-29/+17Star
* qapi: Inline gen_visit_members() into lone callerEric Blake2016-03-182-47/+22Star
* qapi-commands: Inline single-use helpers of gen_marshal()Eric Blake2016-03-181-67/+39Star
* qapi-commands: Utilize implicit struct visitsEric Blake2016-03-181-16/+12Star
* qapi-event: Utilize implicit struct visitsEric Blake2016-03-181-10/+38
* qapi-event: Drop qmp_output_get_qobject() null checkEric Blake2016-03-181-5/+1Star
* qapi: Emit implicit structs in generated CEric Blake2016-03-183-22/+22
* qapi: Adjust names of implicit typesEric Blake2016-03-181-8/+10
* qapi: Make c_type() more OO-likeEric Blake2016-03-182-11/+35
* qapi: Fix command with named empty argument typeEric Blake2016-03-181-2/+2
* qapi: Assert in places where variants are not handledEric Blake2016-03-182-1/+3
* 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
|\ \