summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* scripts/signrom.py: Allow option ROM checksum script to write the size header.Richard W.M. Jones2016-05-231-3/+22
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-0/+1
* gdbstub: remove unnecessary includes from gdbstub-xml.cPaolo Bonzini2016-05-191-2/+0Star
* include: poison symbols in osdep.hPaolo Bonzini2016-05-191-1/+1
* scripts: add script to build QEMU and analyze inclusionsPaolo Bonzini2016-05-191-0/+102
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* Fix typo in variable name (found and fixed by codespell)Stefan Weil2016-05-181-32/+32
* qapi: Change visit_type_FOO() to no longer return partial objectsEric Blake2016-05-121-9/+13
* qapi: Simplify semantics of visit_next_list()Eric Blake2016-05-121-7/+9
* qapi: Split visit_end_struct() into piecesEric Blake2016-05-123-9/+18
* qapi-commands: Wrap argument visit in visit_start_structEric Blake2016-05-121-0/+7