aboutsummaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)Author
2014-03-06blockdev: Fix NULL pointer dereference in blockdev-addKevin Wolf
2014-03-06blockdev: Fail blockdev-add with encrypted imagesKevin Wolf
2014-02-21block: Add reference parameter to bdrv_open()Max Reitz
2014-02-21block: Change BDS parameter of bdrv_open() to **Max Reitz
2014-02-20Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell
2014-02-20Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2014-02-14block: Handle "rechs" and "large" translation optionsPaolo Bonzini
2014-02-14block: Open by reference will try device then node_name.Benoît Canet
2014-02-14blockdev: Fix wrong usage of QDECREF causing snapshoted quorum to crash on cl...Benoît Canet
2014-02-14blockdev: Remove 'type' parameter from blockdev_init()Kevin Wolf
2014-01-24qmp: Allow to take external snapshots on bs graphs node.Benoît Canet
2014-01-24qmp: Allow block_resize to manipulate bs graph nodes.Benoît Canet
2014-01-24block: Create authorizations mechanism for external snapshot and resize.Benoît Canet
2014-01-24qmp: Allow to change password on named block driver states.Benoît Canet
2014-01-24qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.Benoît Canet
2014-01-22blockdev: Move "file" to legacy_optsMax Reitz
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite
2013-12-20commit: Support commit active layerFam Zheng
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