Age | Commit message (Expand) | Author | Files | Lines |
2017-09-18 | qemu.py: Fix syntax error | Kevin Wolf | 1 | -2/+2 |
2017-09-15 | qemu.py: include debug information on launch error | Amador Pahim | 1 | -0/+7 |
2017-09-15 | qemu.py: improve message on negative exit code | Amador Pahim | 1 | -7/+17 |
2017-09-15 | qemu.py: use os.path.null instead of /dev/null | Amador Pahim | 1 | -2/+2 |
2017-09-15 | qemu.py: avoid writing to stdout/stderr | Amador Pahim | 1 | -9/+22 |
2017-09-15 | qemu.py: fix is_running() return before first launch() | Amador Pahim | 1 | -1/+1 |
2017-09-15 | qtest.py: Few pylint/style fixes | Lukáš Doktor | 1 | -6/+5 |
2017-09-15 | qmp.py: Avoid overriding a builtin object | Lukáš Doktor | 1 | -4/+4 |
2017-09-15 | qmp.py: Avoid "has_key" usage | Lukáš Doktor | 1 | -1/+1 |
2017-09-15 | qmp.py: Use object-based class for QEMUMonitorProtocol | Lukáš Doktor | 2 | -3/+3 |
2017-09-15 | qmp.py: Couple of pylint/style fixes | Lukáš Doktor | 1 | -13/+24 |
2017-09-15 | qemu.py: Use custom exceptions rather than Exception | Lukáš Doktor | 1 | -2/+15 |
2017-09-15 | qemu.py: Simplify QMP key-conversion | Lukáš Doktor | 1 | -4/+1 |
2017-09-15 | qemu.py: Use iteritems rather than keys() | Lukáš Doktor | 1 | -3/+3 |
2017-09-15 | qemu|qtest: Avoid dangerous arguments | Lukáš Doktor | 2 | -2/+6 |
2017-09-15 | qemu.py: Pylint/style fixes | Lukáš Doktor | 1 | -18/+55 |
2017-09-08 | hw/ppc/spapr_cpu_core: Add a proper check for spapr machine | Thomas Huth | 1 | -0/+3 |
2017-09-07 | hw/arm/allwinner-a10: Mark the allwinner-a10 device with user_creatable = false | Thomas Huth | 1 | -1/+0 |
2017-09-05 | qemu.py: make VM() a context manager | Stefan Hajnoczi | 1 | -1/+15 |
2017-09-04 | qapi: drop the sentinel in enum array | Marc-André Lureau | 1 | -3/+1 |
2017-09-04 | qapi: Change data type of the FOO_lookup generated for enum FOO | Marc-André Lureau | 2 | -6/+9 |
2017-09-04 | qapi: Generate FOO_str() macro for QAPI enum FOO | Markus Armbruster | 3 | -0/+8 |
2017-09-04 | qdict: Add qdict_put_null() helper, and put it to use | Marc-André Lureau | 1 | -0/+3 |
2017-09-01 | qapi: Fix error handling code on alternate conflict | Eduardo Habkost | 1 | -4/+4 |
2017-08-30 | scripts: add argparse module for Python 2.6 compatibility | Stefan Hajnoczi | 1 | -0/+2406 |
2017-08-15 | simpletrace: fix flight recorder --no-header option | Stefan Hajnoczi | 1 | -6/+18 |
2017-08-15 | trace: use static event ID mapping in simpletrace.stp | Stefan Hajnoczi | 1 | -29/+2 |
2017-08-01 | checkpatch: check trace-events code style | Vladimir Sementsov-Ogievskiy | 1 | -0/+19 |
2017-08-01 | trace: add TRACE_<event>_BACKEND_DSTATE() | Stefan Hajnoczi | 9 | -0/+56 |
2017-08-01 | trace: ensure unique function / variable names per .stp file | Daniel P. Berrange | 1 | -10/+19 |
2017-07-31 | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-07-31 | docs: fix broken paths to docs/devel/qapi-code-gen.txt | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-07-24 | qapi: Introduce a first class 'null' type | Markus Armbruster | 1 | -1/+4 |
2017-07-20 | Merge remote-tracking branch 'remotes/kraxel/tags/misc-20170720-pull-request'... | Peter Maydell | 1 | -0/+29 |
2017-07-20 | add scripts/git.orderfile | Gerd Hoffmann | 1 | -0/+29 |
2017-07-19 | coccinelle: add a script to optimize tcg op using tcg_gen_extract() | Philippe Mathieu-Daudé | 1 | -0/+107 |
2017-07-18 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ... | Peter Maydell | 1 | -1/+1 |
2017-07-17 | device-crash-test: Fix regexp on whitelist | Eduardo Habkost | 1 | -1/+1 |
2017-07-17 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 10 | -42/+70 |
2017-07-17 | trace: [tcg, trivial] Re-align generated code | Lluís Vilanova | 6 | -28/+29 |
2017-07-17 | trace: [tcg] Do not generate TCG code to trace dynamically-disabled events | Lluís Vilanova | 4 | -14/+41 |
2017-07-14 | scripts/coccinelle/memory-region-init-ram.cocci: New script | Peter Maydell | 1 | -0/+38 |
2017-07-14 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into... | Peter Maydell | 1 | -1/+6 |
2017-07-13 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-07-12' into ... | Peter Maydell | 4 | -11/+17 |
2017-07-13 | error: Implement the warn and free Error functions | Alistair Francis | 1 | -0/+1 |
2017-07-13 | error: Functions to report warnings and informational messages | Alistair Francis | 1 | -1/+5 |
2017-07-12 | scripts: use build_ prefix for string not piped through cgen() | Marc-André Lureau | 3 | -11/+11 |
2017-07-12 | qobject: Update coccinelle script to catch Q{INC, DEC}REF | Eric Blake | 1 | -0/+6 |
2017-07-11 | hxtool: remove dead -q option | Paolo Bonzini | 1 | -45/+1 |
2017-07-04 | checkpatch: should not use signal except for SIG_DFL or SIG_IGN | Paolo Bonzini | 1 | -0/+4 |