aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2016-07-12scripts: New clean-header-guards.plMarkus Armbruster
2016-07-06qapi: Add new visit_complete() functionEric Blake
2016-07-06qmp-input-visitor: Favor new visit_free() functionEric Blake
2016-07-06qapi: Add new visit_free() functionEric Blake
2016-07-06qapi: Add parameter to visit_end_*Eric Blake
2016-06-30qapi: Fix crash on missing alternate member of QAPI structEric Blake
2016-06-30checkpatch: There is no qemu_strtod()Eric Blake
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost
2016-06-20error: Remove unnecessary local_err variablesEduardo Habkost
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost
2016-06-17vmstate-static-checker: fix size mismatch detection in unused fieldsAmit Shah
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-06-08Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...Peter Maydell
2016-06-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-06-07coccinelle: use macro DIV_ROUND_UP instead of (((n) + (d) - 1) /(d))Laurent Vivier
2016-06-07clean-includes: Add glib.h to list of unneeded includesPeter Maydell
2016-06-07scripts: Use $(..) instead of deprecated `..`Stefan Weil
2016-06-07scripts: add muldiv64() checking coccinelle scriptsLaurent Vivier
2016-06-07Makefile: Derive "PKGVERSION" from "git describe" by defaultFam Zheng
2016-06-07linux-user: Fix qemu-binfmt-conf.sh to store config across rebootLaurent Vivier
2016-05-29exec: hide mr->ram_addr from qemu_get_ram_ptr usersPaolo Bonzini
2016-05-29kvm_stat: RemovePaolo Bonzini
2016-05-23coccinelle: add g_assert_cmp* to macro filePaolo Bonzini
2016-05-23scripts/signrom.py: Check for magic in option ROMs.Richard W.M. Jones
2016-05-23scripts/signrom.py: Allow option ROM checksum script to write the size header.Richard W.M. Jones
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-05-19gdbstub: remove unnecessary includes from gdbstub-xml.cPaolo Bonzini
2016-05-19include: poison symbols in osdep.hPaolo Bonzini
2016-05-19scripts: add script to build QEMU and analyze inclusionsPaolo Bonzini
2016-05-18Fix some typos found by codespellStefan Weil
2016-05-18Fix typo in variable name (found and fixed by codespell)Stefan Weil
2016-05-12qapi: Change visit_type_FOO() to no longer return partial objectsEric Blake
2016-05-12qapi: Simplify semantics of visit_next_list()Eric Blake
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake
2016-05-12qapi-commands: Wrap argument visit in visit_start_structEric Blake
2016-05-12qapi: Consolidate QMP input visitor creationEric Blake
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