Age | Commit message (Expand) | Author |
2019-02-04 | scripts/update-linux-headers.sh: adjust for Linux 4.21-rc1 (or 5.0-rc1) | Paolo Bonzini |
2019-02-01 | qtest.py: Wait for the result of qtest commands | Alberto Garcia |
2019-01-31 | Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2019-01-31' int... | Peter Maydell |
2019-01-31 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell |
2019-01-31 | scripts: add render_block_graph function for QEMUMachine | Vladimir Sementsov-Ogievskiy |
2019-01-29 | checkpatch: Don't emit spurious warnings about block comments | Peter Maydell |
2019-01-25 | decodetree: re.fullmatch was added in 3.4 | Paolo Bonzini |
2019-01-25 | device-crash-test: Python 3 compatibility fix | Nisarg Shah |
2019-01-25 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-01-24' into ... | Peter Maydell |
2019-01-24 | trace: add ability to do simple printf logging via systemtap | Daniel P. Berrangé |
2019-01-24 | trace: forbid use of %m in trace event format strings | Daniel P. Berrangé |
2019-01-24 | trace: enforce that every trace-events file has a final newline | Daniel P. Berrangé |
2019-01-24 | qapi: Eliminate indirection through qmp_event_get_func_emit() | Markus Armbruster |
2019-01-23 | scripts/archive-source: include softfloat tests | Alex Bennée |
2019-01-21 | maint: Allow for EXAMPLES in texi2pod | Eric Blake |
2019-01-18 | Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'... | Peter Maydell |
2019-01-17 | scripts/replay-dump.py: fix utf-8 mangling | Alex Bennée |
2019-01-17 | qemu.py: Fix error message when qemu dies from signal | Eric Blake |
2019-01-17 | scripts: Remove unused python imports | Philippe Mathieu-Daudé |
2019-01-17 | scripts/device-crash-test: Remove known crashes | Thomas Huth |
2019-01-14 | hw/misc/ivshmem: Remove deprecated "ivshmem" legacy device | Thomas Huth |
2019-01-11 | scripts: add script to convert multiline comments into 4-line format | Paolo Bonzini |
2019-01-11 | checkpatch: warn about qemu/queue.h head structs that are not typedef-ed | Paolo Bonzini |
2019-01-11 | qemu/queue.h: reimplement QTAILQ without pointer-to-pointers | Paolo Bonzini |
2019-01-11 | qemu/queue.h: remove Q_TAILQ_{HEAD,ENTRY} | Paolo Bonzini |
2019-01-11 | test: replace gtester with a TAP driver | Paolo Bonzini |
2019-01-11 | checkpatch: colorize output to terminal | Paolo Bonzini |
2019-01-11 | checkpatch: improve handling of multiple patches or files | Paolo Bonzini |
2019-01-11 | checkpatch: check Signed-off-by in --mailback mode | Paolo Bonzini |
2019-01-11 | checkpatch: fix premature exit when no input or --mailback | Paolo Bonzini |
2018-12-18 | qapi: fix flat union on uncovered branches conditionals | Marc-André Lureau |
2018-12-16 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ... | Peter Maydell |
2018-12-15 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-13-v2' in... | Peter Maydell |
2018-12-14 | scripts/checkpatch.pl: Enforce multiline comment syntax | Peter Maydell |
2018-12-14 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-12-1... | Peter Maydell |
2018-12-14 | qapi: add condition to variants documentation | Marc-André Lureau |
2018-12-14 | qapi: add 'If:' condition to struct members documentation | Marc-André Lureau |
2018-12-14 | qapi: add 'If:' condition to enum values documentation | Marc-André Lureau |
2018-12-14 | qapi: Add #if conditions to generated code members | Marc-André Lureau |
2018-12-13 | qapi: add 'if' to alternate members | Marc-André Lureau |
2018-12-13 | qapi: add 'if' to union members | Marc-André Lureau |
2018-12-13 | qapi: Add 'if' to implicit struct members | Marc-André Lureau |
2018-12-13 | qapi: add a dictionary form for TYPE | Marc-André Lureau |
2018-12-13 | qapi-events: add 'if' condition to implicit event enum | Marc-André Lureau |
2018-12-13 | qapi: add 'if' to enum members | Marc-André Lureau |
2018-12-13 | qapi: add a dictionary form with 'name' key for enum members | Marc-André Lureau |
2018-12-13 | qapi: improve reporting of unknown or missing keys | Marc-André Lureau |
2018-12-13 | qapi: factor out checking for keys | Marc-André Lureau |
2018-12-13 | qapi: change enum visitor and gen_enum* to take QAPISchemaMember | Marc-André Lureau |
2018-12-13 | qapi: Do not define enumeration value explicitly | Marc-André Lureau |