Age | Commit message (Expand) | Author |
2014-01-24 | qmp: Allow to take external snapshots on bs graphs node. | Benoît Canet |
2014-01-24 | qmp: Allow block_resize to manipulate bs graph nodes. | Benoît Canet |
2014-01-24 | block: Create authorizations mechanism for external snapshot and resize. | Benoît Canet |
2014-01-24 | qmp: Allow to change password on named block driver states. | Benoît Canet |
2014-01-24 | qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes. | Benoît Canet |
2014-01-22 | blockdev: Move "file" to legacy_opts | Max Reitz |
2014-01-14 | Merge remote branch 'luiz/queue/qmp' into qmpq | Edgar E. Iglesias |
2014-01-06 | qemu-option: Remove qemu_opts_create_nofail | Peter Crosthwaite |
2013-12-20 | commit: Support commit active layer | Fam Zheng |
2013-12-16 | qmp_change_blockdev() remove unused has_format | Marc-André Lureau |
2013-11-27 | block/drive-mirror: Reuse backing HD for sync=none | Max Reitz |
2013-11-14 | qmp: access the local QemuOptsLists for drive option | Amos Kong |
2013-11-14 | block/drive-mirror: Check for NULL backing_hd | Max Reitz |
2013-11-07 | blockdev: fix drive_init() opts and bs_opts leaks | Stefan Hajnoczi |
2013-10-17 | blockdev: fix cdrom read_only flag | Fam Zheng |
2013-10-11 | blockdev: blockdev_init() error conversion | Kevin Wolf |
2013-10-11 | blockdev: Don't disable COR automatically with blockdev-add | Kevin Wolf |
2013-10-11 | blockdev: Remove 'media' parameter from blockdev_init() | Kevin Wolf |
2013-10-11 | blockdev: Remove IF_* check for read-only blockdev_init | Kevin Wolf |
2013-10-11 | blockdev: Move virtio-blk device creation to drive_init | Kevin Wolf |
2013-10-11 | blockdev: Move bus/unit/index processing to drive_init | Kevin Wolf |
2013-10-11 | blockdev: Move parsing of 'boot' option to drive_init | Kevin Wolf |
2013-10-11 | blockdev: Moving parsing of geometry options to drive_init | Kevin Wolf |
2013-10-11 | blockdev: Move parsing of 'if' option to drive_init | Kevin Wolf |
2013-10-11 | blockdev: Move parsing of 'media' option to drive_init | Kevin Wolf |
2013-10-11 | blockdev: Pass QDict to blockdev_init() | Kevin Wolf |
2013-10-11 | blockdev: Separate ID generation from DriveInfo creation | Kevin Wolf |
2013-10-11 | blockdev: 'blockdev-add' QMP command | Kevin Wolf |
2013-10-11 | blockdev: Introduce DriveInfo.enable_auto_del | Kevin Wolf |
2013-10-11 | block: Improve driver whitelist checks | Kevin Wolf |
2013-10-11 | block: Add BlockDriver.bdrv_check_ext_snapshot. | Benoît Canet |
2013-10-02 | block: Remove unused assignment (fixes warning from clang) | Stefan Weil |
2013-09-20 | blockdev: do not default cache.no-flush to true | Paolo Bonzini |
2013-09-12 | block: Assert validity of BdrvActionOps | Max Reitz |
2013-09-12 | block: Error parameter for open functions | Max Reitz |
2013-09-12 | qmp: add interface blockdev-snapshot-delete-internal-sync | Wenchao Xia |
2013-09-12 | qmp: add interface blockdev-snapshot-internal-sync | Wenchao Xia |
2013-09-12 | qmp: add internal snapshot support in qmp_transaction | Wenchao Xia |
2013-09-06 | block: use BDS ref for block jobs | Fam Zheng |
2013-09-06 | block: make bdrv_delete() static | Fam Zheng |
2013-09-06 | block: Add iops_size to do the iops accounting for a given io size. | Benoît Canet |
2013-09-06 | block: Add support for throttling burst max in QMP and the command line. | Benoît Canet |
2013-09-06 | block: Enable the new throttling code in the block layer. | Benoît Canet |
2013-08-30 | Revert "block: Disable driver-specific options for 1.6" | Kevin Wolf |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh |
2013-08-22 | block: better error message for read only format name | Fam Zheng |
2013-08-14 | block: Dont ignore previously set bdrv_flags | M. Mohan Kumar |
2013-08-09 | block: Bugfix 'format' and 'snapshot' used in drive option | Mike Qiu |
2013-08-02 | block: Disable driver-specific options for 1.6 | Kevin Wolf |
2013-07-27 | misc: Use g_assert_not_reached for code which is expected to be unreachable | Stefan Weil |