summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2016-08-08checkpatch: Fix newline detection in error_setg() & friendsMarkus Armbruster1-1/+4
2016-08-08error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-0/+29
2016-08-02checkpatch: add check for bzeroPaolo Bonzini1-1/+4
2016-07-26iotest: fix python based IO testsDaniel P. Berrange2-13/+38
2016-07-22scripts: ensure monitor socket has SO_REUSEADDR setDaniel P. Berrange1-0/+1
2016-07-22scripts: set timeout when waiting for qemu monitor connectionDaniel P. Berrange1-0/+1
2016-07-22scripts: refactor the VM class in iotests for reuseDaniel P. Berrange2-0/+236
2016-07-22scripts: add a 'debug' parameter to QEMUMonitorProtocolDaniel P. Berrange1-2/+11
2016-07-22scripts: add __init__.py file to scripts/qmp/Daniel P. Berrange1-0/+0
2016-07-19qapi: Implement boxed types for commands/eventsEric Blake3-15/+56
2016-07-19qapi: Plumb in 'boxed' to qapi generator lower levelsEric Blake4-36/+49
2016-07-19qapi-event: Simplify visit of non-implicit dataEric Blake1-2/+17
2016-07-19qapi: Drop useless gen_err_check()Eric Blake3-11/+9
2016-07-19qapi: Add type.is_empty() helperEric Blake4-7/+11
2016-07-19qapi: Hide tag_name data member of variantsEric Blake1-4/+4
2016-07-19qapi: Special case c_name() for empty typeEric Blake1-0/+1
2016-07-19qapi: Require all branches of flat union enum to be coveredEric Blake1-0/+8
2016-07-19Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell8-32/+77
2016-07-18trace: Conditionally trace events based on their per-vCPU stateLluís Vilanova6-29/+57
2016-07-18trace: Identify events with the 'vcpu' propertyLluís Vilanova2-3/+20
2016-07-18checkpatch: consider git extended headers valid patchesStefan Hajnoczi1-0/+5
2016-07-12scripts: New clean-header-guards.plMarkus Armbruster1-0/+213
2016-07-06qapi: Add new visit_complete() functionEric Blake2-11/+7
2016-07-06qmp-input-visitor: Favor new visit_free() functionEric Blake1-2/+1
2016-07-06qapi: Add new visit_free() functionEric Blake3-15/+9
2016-07-06qapi: Add parameter to visit_end_*Eric Blake3-7/+7
2016-06-30qapi: Fix crash on missing alternate member of QAPI structEric Blake1-0/+6
2016-06-30checkpatch: There is no qemu_strtod()Eric Blake1-1/+1
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-0/+19
2016-06-20error: Remove unnecessary local_err variablesEduardo Habkost1-0/+29
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost1-0/+10
2016-06-17vmstate-static-checker: fix size mismatch detection in unused fieldsAmit Shah1-1/+1
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-0/+3
2016-06-08Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...Peter Maydell1-69/+320
2016-06-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+0
2016-06-07coccinelle: use macro DIV_ROUND_UP instead of (((n) + (d) - 1) /(d))Laurent Vivier1-0/+19
2016-06-07clean-includes: Add glib.h to list of unneeded includesPeter Maydell1-1/+2
2016-06-07scripts: Use $(..) instead of deprecated `..`Stefan Weil6-11/+11
2016-06-07scripts: add muldiv64() checking coccinelle scriptsLaurent Vivier4-0/+46
2016-06-07Makefile: Derive "PKGVERSION" from "git describe" by defaultFam Zheng1-4/+0
2016-06-07linux-user: Fix qemu-binfmt-conf.sh to store config across rebootLaurent Vivier1-69/+320
2016-05-29exec: hide mr->ram_addr from qemu_get_ram_ptr usersPaolo Bonzini1-16/+3
2016-05-29kvm_stat: RemovePaolo Bonzini2-880/+0
2016-05-23coccinelle: add g_assert_cmp* to macro filePaolo Bonzini1-0/+6
2016-05-23scripts/signrom.py: Check for magic in option ROMs.Richard W.M. Jones1-1/+4
2016-05-23scripts/signrom.py: Allow option ROM checksum script to write the size header.Richard W.M. Jones1-3/+22
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+1
2016-05-19gdbstub: remove unnecessary includes from gdbstub-xml.cPaolo Bonzini1-2/+0
2016-05-19include: poison symbols in osdep.hPaolo Bonzini1-1/+1
2016-05-19scripts: add script to build QEMU and analyze inclusionsPaolo Bonzini1-0/+102