Age | Commit message (Expand) | Author |
2016-09-29 | block: Remove qemu_root_bds_opts | Kevin Wolf |
2016-09-29 | block: Move 'discard' option to bdrv_open_common() | Kevin Wolf |
2016-09-29 | block: Use 'detect-zeroes' option for 'blockdev-change-medium' | Kevin Wolf |
2016-09-29 | block: Parse 'detect-zeroes' in bdrv_open_common() | Kevin Wolf |
2016-09-29 | block: Drop aio/cache consistency check from qmp_blockdev_add() | Kevin Wolf |
2016-09-29 | block: Fix error path in qmp_blockdev_change_medium() | Kevin Wolf |
2016-09-23 | block: Remove BB interface from blockdev-add/del | Kevin Wolf |
2016-09-23 | block: Avoid printing NULL string in error messages | Kevin Wolf |
2016-09-23 | block: Accept device model name for block_set_io_throttle | Kevin Wolf |
2016-09-23 | block: Accept device model name for blockdev-change-medium | Kevin Wolf |
2016-09-23 | block: Accept device model name for eject | Kevin Wolf |
2016-09-23 | block: Accept device model name for x-blockdev-remove-medium | Kevin Wolf |
2016-09-23 | block: Accept device model name for x-blockdev-insert-medium | Kevin Wolf |
2016-09-23 | block: Accept device model name for blockdev-open/close-tray | Kevin Wolf |
2016-09-23 | block: rename "read-only" to BDRV_OPT_READ_ONLY | Alberto Garcia |
2016-09-23 | block: Add "read-only" to the options QDict | Alberto Garcia |
2016-09-15 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-09-13 | qtail: clean up direct access to tqe_prev field | Igor Mammedov |
2016-09-13 | mirror: auto complete active commit | Wen Congyang |
2016-09-05 | blockdev-backup: added support for data compression | Pavel Butsykin |
2016-09-05 | drive-backup: added support for data compression | Pavel Butsykin |
2016-09-05 | block: simplify blockdev-backup | Pavel Butsykin |
2016-09-05 | block: simplify drive-backup | Pavel Butsykin |
2016-09-05 | block: Accept node-name for drive-mirror | Kevin Wolf |
2016-09-05 | block: Accept node-name for drive-backup | Kevin Wolf |
2016-09-05 | block: Accept node-name for change-backing-file | Kevin Wolf |
2016-09-05 | block: Accept node-name for blockdev-snapshot-internal-sync | Kevin Wolf |
2016-09-05 | block: Accept node-name for blockdev-snapshot-delete-internal-sync | Kevin Wolf |
2016-09-05 | block: Accept node-name for blockdev-mirror | Kevin Wolf |
2016-09-05 | block: Accept node-name for blockdev-backup | Kevin Wolf |
2016-09-05 | block: Accept node-name for block-commit | Kevin Wolf |
2016-09-05 | block: Accept node-name for block-stream | Kevin Wolf |
2016-08-05 | block: Accept any target node for transactional blockdev-backup | Kevin Wolf |
2016-07-19 | block: Simplify drive-mirror | Eric Blake |
2016-07-19 | block: Simplify block_set_io_throttle | Eric Blake |
2016-07-13 | blockdev: Fix regression with the default naming of throttling groups | Alberto Garcia |
2016-07-13 | commit: Add 'job-id' parameter to 'block-commit' | Alberto Garcia |
2016-07-13 | stream: Add 'job-id' parameter to 'block-stream' | Alberto Garcia |
2016-07-13 | backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup' | Alberto Garcia |
2016-07-13 | mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror' | Alberto Garcia |
2016-07-13 | block: Use block_job_get() in find_block_job() | Alberto Garcia |
2016-07-06 | qapi: Add new visit_complete() function | Eric Blake |
2016-07-06 | qmp-output-visitor: Favor new visit_free() function | Eric Blake |
2016-06-20 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-06-20' into... | Peter Maydell |
2016-06-20 | error: Remove NULL checks on error_propagate() calls | Eduardo Habkost |
2016-06-20 | blockjob: move iostatus reset out of block_job_enter() | Stefan Hajnoczi |
2016-06-16 | block/mirror: Fix target backing BDS | Max Reitz |
2016-06-16 | block: use the block job list in qmp_query_block_jobs() | Alberto Garcia |
2016-06-16 | blockdev: clarify error on attempt to open locked tray | Colin Lord |
2016-06-08 | blockdev: clean up error handling in do_open_tray | Colin Lord |