summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-09-231-0/+91
|\
| * scripts: Add a script to check for bug URLs in the git logThomas Huth2016-09-221-0/+91
* | blockdev: Add dynamic generation of module_block.hMarc Mari2016-09-201-0/+108
|/
* qapi: check invalid arguments on no-args commandsMarc-André Lureau2016-09-191-15/+43
* qapi: remove the "middle" modeMarc-André Lureau2016-09-191-12/+3Star
* qapi: export the marshallersMarc-André Lureau2016-09-191-6/+2Star
* build-sys: define QEMU_VERSION_{MAJOR, MINOR, MICRO}Marc-André Lureau2016-09-191-0/+6
* coccinelle: add a script to remove useless castsLaurent Vivier2016-09-151-0/+7
* checkpatch: Fix whitespace checks for documentation code blocksLluís Vilanova2016-09-131-0/+10
* vmxcap: Add TSC scaling bitEduardo Habkost2016-09-131-0/+1
* vmxcap: Show raw MSR valueEduardo Habkost2016-09-131-0/+1
* trace: add syslog tracing backendPaul Durrant2016-09-051-0/+45
* checkpatch: default to success if only warningsPaolo Bonzini2016-08-101-12/+4Star
* checkpatch: bump most warnings to errorsPaolo Bonzini2016-08-101-33/+33
* CODING_STYLE, checkpatch: update line length rulesPaolo Bonzini2016-08-101-2/+6
* checkpatch: check for CVS keywords on all sourcesPaolo Bonzini2016-08-101-5/+5
* checkpatch: tweak the files in which TABs are checkedPaolo Bonzini2016-08-101-4/+5
* checkpatch: ignore automatically imported Linux headersRadim Krčmář2016-08-091-0/+3
* linuxboot_dma: avoid guest ABI breakage on gcc vs. clang compilationPaolo Bonzini2016-08-091-16/+11Star
* checkpatch: Fix newline detection in error_setg() & friendsMarkus Armbruster2016-08-081-1/+4
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2016-08-081-0/+29
* checkpatch: add check for bzeroPaolo Bonzini2016-08-021-1/+4
* iotest: fix python based IO testsDaniel P. Berrange2016-07-262-13/+38
* scripts: ensure monitor socket has SO_REUSEADDR setDaniel P. Berrange2016-07-221-0/+1
* scripts: set timeout when waiting for qemu monitor connectionDaniel P. Berrange2016-07-221-0/+1
* scripts: refactor the VM class in iotests for reuseDaniel P. Berrange2016-07-222-0/+236
* scripts: add a 'debug' parameter to QEMUMonitorProtocolDaniel P. Berrange2016-07-221-2/+11
* scripts: add __init__.py file to scripts/qmp/Daniel P. Berrange2016-07-221-0/+0
* qapi: Implement boxed types for commands/eventsEric Blake2016-07-193-15/+56
* qapi: Plumb in 'boxed' to qapi generator lower levelsEric Blake2016-07-194-36/+49
* qapi-event: Simplify visit of non-implicit dataEric Blake2016-07-191-2/+17
* qapi: Drop useless gen_err_check()Eric Blake2016-07-193-11/+9Star
* qapi: Add type.is_empty() helperEric Blake2016-07-194-7/+11
* qapi: Hide tag_name data member of variantsEric Blake2016-07-191-4/+4
* qapi: Special case c_name() for empty typeEric Blake2016-07-191-0/+1
* qapi: Require all branches of flat union enum to be coveredEric Blake2016-07-191-0/+8
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2016-07-198-32/+77
|\
| * trace: Conditionally trace events based on their per-vCPU stateLluís Vilanova2016-07-186-29/+57
| * trace: Identify events with the 'vcpu' propertyLluís Vilanova2016-07-182-3/+20
* | checkpatch: consider git extended headers valid patchesStefan Hajnoczi2016-07-181-0/+5
|/
* scripts: New clean-header-guards.plMarkus Armbruster2016-07-121-0/+213
* qapi: Add new visit_complete() functionEric Blake2016-07-062-11/+7Star
* qmp-input-visitor: Favor new visit_free() functionEric Blake2016-07-061-2/+1Star
* qapi: Add new visit_free() functionEric Blake2016-07-063-15/+9Star
* qapi: Add parameter to visit_end_*Eric Blake2016-07-063-7/+7
* 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