aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-16qobject: New qobject_from_vjsonf_nofail(), qdict_from_vjsonf_nofail()Markus Armbruster
2018-08-16qobject: Replace qobject_from_jsonf() by qobject_from_jsonf_nofail()Markus Armbruster
2018-08-16libqtest: Document calling conventionsEric Blake
2018-08-16libqtest: Remove qtest_qmp_discard_response() & friendsMarkus Armbruster
2018-08-16libqtest: Clean up how we read the QMP greetingMarkus Armbruster
2018-08-16libqtest: Clean up how we read device_del messagesMarkus Armbruster
2018-08-16libqtest: Rename functions to send QMP messagesMarkus Armbruster
2018-08-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-08-15Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-08-15' into ...Peter Maydell
2018-08-15Merge remote-tracking branch 'remotes/famz/tags/block-and-testing-pull-reques...Peter Maydell
2018-08-15Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180814'...Peter Maydell
2018-08-15qapi: block: Remove mentions of error types which were removedPeter Krempa
2018-08-15block: Simplify append_open_options()Alberto Garcia
2018-08-15block: Update bs->options if bdrv_reopen() succeedsAlberto Garcia
2018-08-15block: Simplify bdrv_reopen_abort()Alberto Garcia
2018-08-15block: Remove children options from bs->{options,explicit_options}Alberto Garcia
2018-08-15qdict: Make qdict_extract_subqdict() accept dst = NULLAlberto Garcia
2018-08-15block: drop empty .bdrv_close handlersVladimir Sementsov-Ogievskiy
2018-08-15block: make .bdrv_close optionalVladimir Sementsov-Ogievskiy
2018-08-15qemu-img: fix regression copying secrets during convertDaniel P. Berrangé
2018-08-15mirror: Fail gracefully for source == targetKevin Wolf
2018-08-15qapi/block: Document restrictions for node namesKevin Wolf
2018-08-15block: Remove dead deprecation warning codeKevin Wolf
2018-08-15block: Remove deprecated -drive option serialKevin Wolf
2018-08-15block: Remove deprecated -drive option addrKevin Wolf
2018-08-15block: Remove deprecated -drive geometry optionsKevin Wolf
2018-08-15luks: Allow share-rw=onFam Zheng
2018-08-15throttle-groups: Don't allow timers without throttled requestsAlberto Garcia
2018-08-15qemu-iotests: Update 093 to improve the draining testAlberto Garcia
2018-08-15throttle-groups: Skip the round-robin if a member is being drainedAlberto Garcia
2018-08-15qemu-iotests: Test removing a throttle group member with a pending timerAlberto Garcia
2018-08-15block/qapi: Fix memory leak in qmp_query_blockstats()Kevin Wolf
2018-08-15monitor: fix oob command leakMarc-André Lureau
2018-08-15tests: fix crumple/recursive leakMarc-André Lureau
2018-08-15qapi: Fix some pycodestyle-3 complaintsMarkus Armbruster
2018-08-15tests: change /0.15/* tests to /qmp/*Marc-André Lureau
2018-08-15qmp-shell: learn to send commands with quoted argumentsMarc-André Lureau
2018-08-15aio-posix: Improve comment around marking node deletedFam Zheng
2018-08-15tests/vm: Add vm-build-all/vm-clean-all in help textFam Zheng
2018-08-15tests/vm: Use make's --output-sync optionPeter Maydell
2018-08-15tests/vm: Bump guest RAM up from 2G to 4GPeter Maydell
2018-08-15tests/vm: Propagate V=1 down into the make inside the VMPeter Maydell
2018-08-15tests/vm: Pass the jobs parallelism setting to 'make check'Peter Maydell
2018-08-15tests: vm: Add vm-clean-allFam Zheng
2018-08-15tests: Add centos VM testingFam Zheng
2018-08-15tests: Allow overriding archive path with SRC_ARCHIVEFam Zheng
2018-08-15tests: Add an option for snapshot (default: off)Fam Zheng
2018-08-15docker: Install more packages in centos7Fam Zheng
2018-08-15aio: Do aio_notify_accept only during blocking aio_pollFam Zheng
2018-08-15aio-posix: Don't count ctx->notifier as progress when pollingFam Zheng