summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts: Add archive-source.shFam Zheng2017-09-221-0/+51
* qemu.py: Add "wait()" methodFam Zheng2017-09-221-0/+7
* checkpatch: add hwaddr to @typeListGreg Kurz2017-09-191-0/+1
* scripts: let checkpatch.pl process an entire GIT branchDaniel P. Berrange2017-09-191-27/+111
* update-linux-headers: prepare for hyperv.h removalRoman Kagan2017-09-191-1/+3
* qemu.py: Fix syntax errorKevin Wolf2017-09-181-2/+2
* qemu.py: include debug information on launch errorAmador Pahim2017-09-161-0/+7
* qemu.py: improve message on negative exit codeAmador Pahim2017-09-161-7/+17
* qemu.py: use os.path.null instead of /dev/nullAmador Pahim2017-09-161-2/+2
* qemu.py: avoid writing to stdout/stderrAmador Pahim2017-09-161-9/+22
* qemu.py: fix is_running() return before first launch()Amador Pahim2017-09-161-1/+1
* qtest.py: Few pylint/style fixesLukáš Doktor2017-09-161-6/+5Star
* qmp.py: Avoid overriding a builtin objectLukáš Doktor2017-09-161-4/+4
* qmp.py: Avoid "has_key" usageLukáš Doktor2017-09-161-1/+1
* qmp.py: Use object-based class for QEMUMonitorProtocolLukáš Doktor2017-09-162-3/+3
* qmp.py: Couple of pylint/style fixesLukáš Doktor2017-09-161-13/+24
* qemu.py: Use custom exceptions rather than ExceptionLukáš Doktor2017-09-161-2/+15
* qemu.py: Simplify QMP key-conversionLukáš Doktor2017-09-161-4/+1Star
* qemu.py: Use iteritems rather than keys()Lukáš Doktor2017-09-161-3/+3
* qemu|qtest: Avoid dangerous argumentsLukáš Doktor2017-09-162-2/+6
* qemu.py: Pylint/style fixesLukáš Doktor2017-09-161-18/+55
* hw/ppc/spapr_cpu_core: Add a proper check for spapr machineThomas Huth2017-09-081-0/+3
* hw/arm/allwinner-a10: Mark the allwinner-a10 device with user_creatable = falseThomas Huth2017-09-071-1/+0Star
* qemu.py: make VM() a context managerStefan Hajnoczi2017-09-051-1/+15
* qapi: drop the sentinel in enum arrayMarc-André Lureau2017-09-041-3/+1Star
* qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau2017-09-042-6/+9
* qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster2017-09-043-0/+8
* qdict: Add qdict_put_null() helper, and put it to useMarc-André Lureau2017-09-041-0/+3
* qapi: Fix error handling code on alternate conflictEduardo Habkost2017-09-011-4/+4
* scripts: add argparse module for Python 2.6 compatibilityStefan Hajnoczi2017-08-301-0/+2406
* simpletrace: fix flight recorder --no-header optionStefan Hajnoczi2017-08-151-6/+18
* trace: use static event ID mapping in simpletrace.stpStefan Hajnoczi2017-08-151-29/+2Star
* checkpatch: check trace-events code styleVladimir Sementsov-Ogievskiy2017-08-011-0/+19
* trace: add TRACE_<event>_BACKEND_DSTATE()Stefan Hajnoczi2017-08-019-0/+56
* trace: ensure unique function / variable names per .stp fileDaniel P. Berrange2017-08-011-10/+19
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* docs: fix broken paths to docs/devel/qapi-code-gen.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* qapi: Introduce a first class 'null' typeMarkus Armbruster2017-07-241-1/+4
* Merge remote-tracking branch 'remotes/kraxel/tags/misc-20170720-pull-request'...Peter Maydell2017-07-201-0/+29
|\
| * add scripts/git.orderfileGerd Hoffmann2017-07-201-0/+29
* | coccinelle: add a script to optimize tcg op using tcg_gen_extract()Philippe Mathieu-Daudé2017-07-191-0/+107
|/
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2017-07-181-1/+1
|\
| * device-crash-test: Fix regexp on whitelistEduardo Habkost2017-07-171-1/+1
* | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2017-07-1710-42/+70
|\ \ | |/ |/|
| * trace: [tcg, trivial] Re-align generated codeLluís Vilanova2017-07-176-28/+29
| * trace: [tcg] Do not generate TCG code to trace dynamically-disabled eventsLluís Vilanova2017-07-174-14/+41
* | scripts/coccinelle/memory-region-init-ram.cocci: New scriptPeter Maydell2017-07-141-0/+38
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...Peter Maydell2017-07-141-1/+6
|\
| * error: Implement the warn and free Error functionsAlistair Francis2017-07-131-0/+1
| * error: Functions to report warnings and informational messagesAlistair Francis2017-07-131-1/+5