summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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