summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* qapi: Fix crash on missing alternate member of QAPI structEric Blake2016-06-301-0/+6
* checkpatch: There is no qemu_strtod()Eric Blake2016-06-301-1/+1
* coccinelle: Remove unnecessary variables for function return valueEduardo Habkost2016-06-201-0/+19
* error: Remove unnecessary local_err variablesEduardo Habkost2016-06-201-0/+29
* error: Remove NULL checks on error_propagate() callsEduardo Habkost2016-06-201-0/+10
* vmstate-static-checker: fix size mismatch detection in unused fieldsAmit Shah2016-06-171-1/+1
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-0/+3
* Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...Peter Maydell2016-06-081-69/+320
|\
| * linux-user: Fix qemu-binfmt-conf.sh to store config across rebootLaurent Vivier2016-06-071-69/+320
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-06-081-4/+0Star
|\ \
| * | Makefile: Derive "PKGVERSION" from "git describe" by defaultFam Zheng2016-06-071-4/+0Star
| |/
* | coccinelle: use macro DIV_ROUND_UP instead of (((n) + (d) - 1) /(d))Laurent Vivier2016-06-071-0/+19
* | clean-includes: Add glib.h to list of unneeded includesPeter Maydell2016-06-071-1/+2
* | scripts: Use $(..) instead of deprecated `..`Stefan Weil2016-06-076-11/+11
* | scripts: add muldiv64() checking coccinelle scriptsLaurent Vivier2016-06-074-0/+46
|/
* exec: hide mr->ram_addr from qemu_get_ram_ptr usersPaolo Bonzini2016-05-291-16/+3Star
* kvm_stat: RemovePaolo Bonzini2016-05-292-880/+0Star
* coccinelle: add g_assert_cmp* to macro filePaolo Bonzini2016-05-231-0/+6
* scripts/signrom.py: Check for magic in option ROMs.Richard W.M. Jones2016-05-231-1/+4
* 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