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