summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2016-10-12trace: introduce a formal group name for trace eventsDaniel P. Berrange21-55/+73
2016-10-12trace: pass trace-events to tracetool as a positional paramDaniel P. Berrange1-1/+4
2016-10-12trace: push reading of events up a level to tracetool mainDaniel P. Berrange2-6/+6
2016-10-12trace: rename _read_events to read_eventsDaniel P. Berrange2-5/+15
2016-10-12trace: get rid of generated-events.h/generated-events.cDaniel P. Berrange4-116/+65
2016-10-12trace: dynamically allocate event IDs at runtimeDaniel P. Berrange2-12/+2
2016-10-12trace: provide mechanism for registering trace eventsDaniel P. Berrange1-0/+6
2016-10-12trace: emit name <-> ID mapping in simpletrace headerDaniel P. Berrange2-16/+58
2016-10-12trace: remove the TraceEventID and TraceEventVCPUID enumsDaniel P. Berrange4-26/+16
2016-10-12trace: give each trace event a named TraceEvent structDaniel P. Berrange3-9/+22
2016-10-12trace: remove duplicate control.h includes in generated-tracers.hDaniel P. Berrange3-4/+1
2016-10-12trace: remove global 'uint16 dstate[]' arrayDaniel P. Berrange3-3/+12
2016-10-07scripts: Allow block module to not define BlockDriverFam Zheng1-7/+0
2016-09-27checkpatch: downgrade "architecture specific defines should be avoided"Paolo Bonzini1-1/+1
2016-09-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+91
2016-09-22scripts: Add a script to check for bug URLs in the git logThomas Huth1-0/+91
2016-09-20blockdev: Add dynamic generation of module_block.hMarc Mari1-0/+108
2016-09-19qapi: check invalid arguments on no-args commandsMarc-André Lureau1-15/+43
2016-09-19qapi: remove the "middle" modeMarc-André Lureau1-12/+3
2016-09-19qapi: export the marshallersMarc-André Lureau1-6/+2
2016-09-19build-sys: define QEMU_VERSION_{MAJOR, MINOR, MICRO}Marc-André Lureau1-0/+6
2016-09-15coccinelle: add a script to remove useless castsLaurent Vivier1-0/+7
2016-09-13checkpatch: Fix whitespace checks for documentation code blocksLluís Vilanova1-0/+10
2016-09-13vmxcap: Add TSC scaling bitEduardo Habkost1-0/+1
2016-09-13vmxcap: Show raw MSR valueEduardo Habkost1-0/+1
2016-09-05trace: add syslog tracing backendPaul Durrant1-0/+45
2016-08-10checkpatch: default to success if only warningsPaolo Bonzini1-12/+4
2016-08-10checkpatch: bump most warnings to errorsPaolo Bonzini1-33/+33
2016-08-10CODING_STYLE, checkpatch: update line length rulesPaolo Bonzini1-2/+6
2016-08-10checkpatch: check for CVS keywords on all sourcesPaolo Bonzini1-5/+5
2016-08-10checkpatch: tweak the files in which TABs are checkedPaolo Bonzini1-4/+5
2016-08-09checkpatch: ignore automatically imported Linux headersRadim Krčmář1-0/+3
2016-08-09linuxboot_dma: avoid guest ABI breakage on gcc vs. clang compilationPaolo Bonzini1-16/+11
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