Age | Commit message (Expand) | Author |
2017-12-21 | Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st... | Peter Maydell |
2017-12-20 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-12-20' into ... | Peter Maydell |
2017-12-20 | qmp: remove qmp_cpu | Daniel Henrique Barboza |
2017-12-20 | qapi-docs: fix a comment typo | Chen Hanxiao |
2017-12-20 | qapi2texi: De-duplicate code to add blank line before symbol | Markus Armbruster |
2017-12-20 | qapi: Rename QAPIDoc.parser, .section to ._parser, ._section | Markus Armbruster |
2017-12-20 | qapi2texi: Simplify representation of section text | Markus Armbruster |
2017-12-20 | qapi: Simplify representation of QAPIDoc section text | Markus Armbruster |
2017-12-20 | qapi: Unify representation of doc section without name | Markus Armbruster |
2017-12-20 | qapi2texi: Clean up texi_sections() | Markus Armbruster |
2017-12-20 | tests/qapi-schema/doc-bad-section: New, factored out of doc-good | Markus Armbruster |
2017-12-20 | qapi: Make cur_doc local to QAPISchemaParser.__init__() | Markus Armbruster |
2017-12-20 | qapi: Eliminate QAPISchemaParser.__init__()'s local fname | Markus Armbruster |
2017-12-20 | qapi: Stop rejecting #optional | Markus Armbruster |
2017-12-20 | qapi-schema: Fix query-vm-generation-id's doc comment markup | Markus Armbruster |
2017-12-20 | util: add is_equal to UUID API | Roman Kagan |
2017-12-20 | Revert "docker: Enable features explicitly in test-full" | Fam Zheng |
2017-12-20 | Merge remote-tracking branch 'remotes/armbru/tags/pull-cmdline-2017-12-18-v2'... | Peter Maydell |
2017-12-20 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2017-12-20 | option: Drop unused get_param_value(), get_next_param_value() | Markus Armbruster |
2017-12-20 | option: Remove shadowing opt decl from qemu_opt_print() | Dr. David Alan Gilbert |
2017-12-20 | qemu-options: Belatedly document --watchdog-action inject-nmi | Markus Armbruster |
2017-12-20 | qemu-options: Polish section "Character device options" | Markus Armbruster |
2017-12-20 | qemu-options: Polish section "TPM device options" | Markus Armbruster |
2017-12-20 | qemu-options: Add missing -iscsi Texinfo documentation | Markus Armbruster |
2017-12-20 | qemu-options: Move -iscsi under "Block device options" | Markus Armbruster |
2017-12-20 | qemu-options qemu-doc: Move "Device URL Syntax" to qemu-doc | Markus Armbruster |
2017-12-20 | qemu-options: Fix markup of -netdev l2tpv3 | Markus Armbruster |
2017-12-20 | qemu-options: Remove stray colons from output of --help | Markus Armbruster |
2017-12-19 | Merge remote-tracking branch 'remotes/aurel/tags/pull-target-sh4-20171218' in... | Peter Maydell |
2017-12-19 | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging | Peter Maydell |
2017-12-19 | Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-12-19-1... | Peter Maydell |
2017-12-19 | tpm: move qdev_prop_tpm to hw/tpm/ | Cornelia Huck |
2017-12-19 | qemu-iotests: add 203 savevm with IOThreads test | Stefan Hajnoczi |
2017-12-19 | iothread: fix iothread_stop() race condition | Stefan Hajnoczi |
2017-12-19 | iotests: add VM.add_object() | Stefan Hajnoczi |
2017-12-19 | blockdev: add x-blockdev-set-iothread force boolean | Stefan Hajnoczi |
2017-12-19 | docs: mark nested AioContext locking as a legacy API | Stefan Hajnoczi |
2017-12-19 | block: avoid recursive AioContext acquire in bdrv_inactivate_all() | Paolo Bonzini |
2017-12-19 | virtio-blk: reject configs with logical block size > physical block size | Mark Kanda |
2017-12-19 | virtio-blk: make queue size configurable | Mark Kanda |
2017-12-19 | qemu-iotests: add 202 external snapshots IOThread test | Stefan Hajnoczi |
2017-12-19 | blockdev: add x-blockdev-set-iothread testing command | Stefan Hajnoczi |
2017-12-19 | iothread: add iothread_by_id() API | Stefan Hajnoczi |
2017-12-19 | block: drop unused BlockDirtyBitmapState->aio_context field | Stefan Hajnoczi |
2017-12-19 | block: don't keep AioContext acquired after internal_snapshot_prepare() | Stefan Hajnoczi |
2017-12-19 | block: don't keep AioContext acquired after blockdev_backup_prepare() | Stefan Hajnoczi |
2017-12-19 | block: don't keep AioContext acquired after drive_backup_prepare() | Stefan Hajnoczi |
2017-12-19 | block: don't keep AioContext acquired after external_snapshot_prepare() | Stefan Hajnoczi |
2017-12-19 | blockdev: hold AioContext for bdrv_unref() in external_snapshot_clean() | Stefan Hajnoczi |