aboutsummaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)Author
2013-12-16qmp_change_blockdev() remove unused has_formatMarc-André Lureau
2013-11-27block/drive-mirror: Reuse backing HD for sync=noneMax Reitz
2013-11-14qmp: access the local QemuOptsLists for drive optionAmos Kong
2013-11-14block/drive-mirror: Check for NULL backing_hdMax Reitz
2013-11-07blockdev: fix drive_init() opts and bs_opts leaksStefan Hajnoczi
2013-10-17blockdev: fix cdrom read_only flagFam Zheng
2013-10-11blockdev: blockdev_init() error conversionKevin Wolf
2013-10-11blockdev: Don't disable COR automatically with blockdev-addKevin Wolf
2013-10-11blockdev: Remove 'media' parameter from blockdev_init()Kevin Wolf
2013-10-11blockdev: Remove IF_* check for read-only blockdev_initKevin Wolf
2013-10-11blockdev: Move virtio-blk device creation to drive_initKevin Wolf
2013-10-11blockdev: Move bus/unit/index processing to drive_initKevin Wolf
2013-10-11blockdev: Move parsing of 'boot' option to drive_initKevin Wolf
2013-10-11blockdev: Moving parsing of geometry options to drive_initKevin Wolf
2013-10-11blockdev: Move parsing of 'if' option to drive_initKevin Wolf
2013-10-11blockdev: Move parsing of 'media' option to drive_initKevin Wolf
2013-10-11blockdev: Pass QDict to blockdev_init()Kevin Wolf
2013-10-11blockdev: Separate ID generation from DriveInfo creationKevin Wolf
2013-10-11blockdev: 'blockdev-add' QMP commandKevin Wolf
2013-10-11blockdev: Introduce DriveInfo.enable_auto_delKevin Wolf
2013-10-11block: Improve driver whitelist checksKevin Wolf
2013-10-11block: Add BlockDriver.bdrv_check_ext_snapshot.Benoît Canet
2013-10-02block: Remove unused assignment (fixes warning from clang)Stefan Weil
2013-09-20blockdev: do not default cache.no-flush to truePaolo Bonzini
2013-09-12block: Assert validity of BdrvActionOpsMax Reitz
2013-09-12block: Error parameter for open functionsMax Reitz
2013-09-12qmp: add interface blockdev-snapshot-delete-internal-syncWenchao Xia
2013-09-12qmp: add interface blockdev-snapshot-internal-syncWenchao Xia
2013-09-12qmp: add internal snapshot support in qmp_transactionWenchao Xia
2013-09-06block: use BDS ref for block jobsFam Zheng
2013-09-06block: make bdrv_delete() staticFam Zheng
2013-09-06block: Add iops_size to do the iops accounting for a given io size.Benoît Canet
2013-09-06block: Add support for throttling burst max in QMP and the command line.Benoît Canet
2013-09-06block: Enable the new throttling code in the block layer.Benoît Canet
2013-08-30Revert "block: Disable driver-specific options for 1.6"Kevin Wolf
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22block: better error message for read only format nameFam Zheng
2013-08-14block: Dont ignore previously set bdrv_flagsM. Mohan Kumar
2013-08-09block: Bugfix 'format' and 'snapshot' used in drive optionMike Qiu
2013-08-02block: Disable driver-specific options for 1.6Kevin Wolf
2013-07-27misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil
2013-07-26Implement sync modes for drive-backup.Ian Main
2013-07-26blockdev: Split up 'cache' optionKevin Wolf
2013-07-26blockdev: Rename 'readonly' option to 'read-only'Kevin Wolf
2013-07-26blockdev: Rename I/O throttling options for QMPKevin Wolf
2013-07-26block: Allow "driver" option on the top levelKevin Wolf
2013-07-15blockdev: add sync mode to drive-backup QMP commandStefan Hajnoczi
2013-06-28blockdev: add Abort transactionStefan Hajnoczi
2013-06-28blockdev: add DriveBackup transactionStefan Hajnoczi
2013-06-28blockdev: allow BdrvActionOps->commit() to be NULLStefan Hajnoczi