aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-20memfd: fix configure testPaolo Bonzini
2017-12-20Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-12-20' into ...Peter Maydell
2017-12-20qmp: remove qmp_cpuDaniel Henrique Barboza
2017-12-20qapi-docs: fix a comment typoChen Hanxiao
2017-12-20qapi2texi: De-duplicate code to add blank line before symbolMarkus Armbruster
2017-12-20qapi: Rename QAPIDoc.parser, .section to ._parser, ._sectionMarkus Armbruster
2017-12-20qapi2texi: Simplify representation of section textMarkus Armbruster
2017-12-20qapi: Simplify representation of QAPIDoc section textMarkus Armbruster
2017-12-20qapi: Unify representation of doc section without nameMarkus Armbruster
2017-12-20qapi2texi: Clean up texi_sections()Markus Armbruster
2017-12-20tests/qapi-schema/doc-bad-section: New, factored out of doc-goodMarkus Armbruster
2017-12-20qapi: Make cur_doc local to QAPISchemaParser.__init__()Markus Armbruster
2017-12-20qapi: Eliminate QAPISchemaParser.__init__()'s local fnameMarkus Armbruster
2017-12-20qapi: Stop rejecting #optionalMarkus Armbruster
2017-12-20qapi-schema: Fix query-vm-generation-id's doc comment markupMarkus Armbruster
2017-12-20util: add is_equal to UUID APIRoman Kagan
2017-12-20Revert "docker: Enable features explicitly in test-full"Fam Zheng
2017-12-20Merge remote-tracking branch 'remotes/armbru/tags/pull-cmdline-2017-12-18-v2'...Peter Maydell
2017-12-20Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2017-12-20option: Drop unused get_param_value(), get_next_param_value()Markus Armbruster
2017-12-20option: Remove shadowing opt decl from qemu_opt_print()Dr. David Alan Gilbert
2017-12-20qemu-options: Belatedly document --watchdog-action inject-nmiMarkus Armbruster
2017-12-20qemu-options: Polish section "Character device options"Markus Armbruster
2017-12-20qemu-options: Polish section "TPM device options"Markus Armbruster
2017-12-20qemu-options: Add missing -iscsi Texinfo documentationMarkus Armbruster
2017-12-20qemu-options: Move -iscsi under "Block device options"Markus Armbruster
2017-12-20qemu-options qemu-doc: Move "Device URL Syntax" to qemu-docMarkus Armbruster
2017-12-20qemu-options: Fix markup of -netdev l2tpv3Markus Armbruster
2017-12-20qemu-options: Remove stray colons from output of --helpMarkus Armbruster
2017-12-19Merge remote-tracking branch 'remotes/aurel/tags/pull-target-sh4-20171218' in...Peter Maydell
2017-12-19Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell
2017-12-19Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-12-19-1...Peter Maydell
2017-12-19tpm: move qdev_prop_tpm to hw/tpm/Cornelia Huck
2017-12-19qemu-iotests: add 203 savevm with IOThreads testStefan Hajnoczi
2017-12-19iothread: fix iothread_stop() race conditionStefan Hajnoczi
2017-12-19iotests: add VM.add_object()Stefan Hajnoczi
2017-12-19blockdev: add x-blockdev-set-iothread force booleanStefan Hajnoczi
2017-12-19docs: mark nested AioContext locking as a legacy APIStefan Hajnoczi
2017-12-19block: avoid recursive AioContext acquire in bdrv_inactivate_all()Paolo Bonzini
2017-12-19virtio-blk: reject configs with logical block size > physical block sizeMark Kanda
2017-12-19virtio-blk: make queue size configurableMark Kanda
2017-12-19qemu-iotests: add 202 external snapshots IOThread testStefan Hajnoczi
2017-12-19blockdev: add x-blockdev-set-iothread testing commandStefan Hajnoczi
2017-12-19iothread: add iothread_by_id() APIStefan Hajnoczi
2017-12-19block: drop unused BlockDirtyBitmapState->aio_context fieldStefan Hajnoczi
2017-12-19block: don't keep AioContext acquired after internal_snapshot_prepare()Stefan Hajnoczi
2017-12-19block: don't keep AioContext acquired after blockdev_backup_prepare()Stefan Hajnoczi
2017-12-19block: don't keep AioContext acquired after drive_backup_prepare()Stefan Hajnoczi
2017-12-19block: don't keep AioContext acquired after external_snapshot_prepare()Stefan Hajnoczi
2017-12-19blockdev: hold AioContext for bdrv_unref() in external_snapshot_clean()Stefan Hajnoczi