summary refs log tree commit diff stats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* qemu.py: use os.path.null instead of /dev/nullAmador Pahim2017-09-151-2/+2
* qemu.py: avoid writing to stdout/stderrAmador Pahim2017-09-151-9/+22
* qemu.py: fix is_running() return before first launch()Amador Pahim2017-09-151-1/+1
* qtest.py: Few pylint/style fixesLukáš Doktor2017-09-151-6/+5
* qmp.py: Avoid overriding a builtin objectLukáš Doktor2017-09-151-4/+4
* qmp.py: Avoid "has_key" usageLukáš Doktor2017-09-151-1/+1
* qmp.py: Use object-based class for QEMUMonitorProtocolLukáš Doktor2017-09-152-3/+3
* qmp.py: Couple of pylint/style fixesLukáš Doktor2017-09-151-13/+24
* qemu.py: Use custom exceptions rather than ExceptionLukáš Doktor2017-09-151-2/+15
* qemu.py: Simplify QMP key-conversionLukáš Doktor2017-09-151-4/+1
* qemu.py: Use iteritems rather than keys()Lukáš Doktor2017-09-151-3/+3
* qemu|qtest: Avoid dangerous argumentsLukáš Doktor2017-09-152-2/+6
* qemu.py: Pylint/style fixesLukáš Doktor2017-09-151-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/+0
* qemu.py: make VM() a context managerStefan Hajnoczi2017-09-051-1/+15
* qapi: drop the sentinel in enum arrayMarc-André Lureau2017-09-041-3/+1
* 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/+2
* 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
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-07-12' into ...Peter Maydell2017-07-134-11/+17
|\ \
| * | scripts: use build_ prefix for string not piped through cgen()Marc-André Lureau2017-07-123-11/+11
| * | qobject: Update coccinelle script to catch Q{INC, DEC}REFEric Blake2017-07-121-0/+6
| |/
* / hxtool: remove dead -q optionPaolo Bonzini2017-07-111-45/+1
|/
* checkpatch: should not use signal except for SIG_DFL or SIG_IGNPaolo Bonzini2017-07-041-0/+4
* qapi: Remove visit_start_alternate() parameter promote_intMarc-André Lureau2017-06-201-9/+3
* qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-203-22/+20
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2017-06-121-1/+9
|\