summaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-20block: acquire AioContext in qmp_block_resize()Stefan Hajnoczi1-3/+10
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2014-07-01block: add backing-file option to block-streamJeff Cody1-4/+19
2014-07-01block: extend block-commit to accept a string for the backing fileJeff Cody1-1/+7
2014-07-01block: add QAPI command to allow live backing file changeJeff Cody1-0/+79
2014-07-01block: make 'top' argument to block-commit optionalJeff Cody1-2/+14
2014-06-27block: Add replaces argument to drive-mirrorBenoît Canet1-1/+30
2014-06-27block: Add node-name argument to drive-mirrorBenoît Canet1-2/+9
2014-06-27block: check for RESIZE blocker in the QMP command, not bdrv_truncate()Jeff Cody1-0/+5
2014-06-23qapi event: convert other BLOCK_JOB eventsWenchao Xia1-7/+5
2014-06-16blockdev: Remove unused DriveInfo reference countMarkus Armbruster1-16/+2
2014-06-16blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del()Markus Armbruster1-7/+7
2014-06-16blockdev: Move 'serial' option to drive_init()Kevin Wolf1-10/+10
2014-06-04blockdev: acquire AioContext in block_set_io_throttleStefan Hajnoczi1-0/+6
2014-05-30blockdev: Plug memory leak in drive_init()Markus Armbruster1-0/+2
2014-05-30blockdev: Plug memory leak in blockdev_init()Markus Armbruster1-2/+3
2014-05-28blockdev: Don't use qerror_report() in do_drive_del()Markus Armbruster1-2/+1
2014-05-28blockdev: Don't use qerror_report_err() in drive_init()Markus Armbruster1-2/+2
2014-05-28block: Move op_blocker check from block_job_create to its callerFam Zheng1-0/+8
2014-05-28block: Replace in_use with operation blockerFam Zheng1-10/+9
2014-05-19block: optimize zero writes with bdrv_write_zeroesPeter Lieven1-0/+24
2014-05-19blockdev: add a function to parse enum ids from stringsPeter Lieven1-0/+19
2014-04-28Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-3/+6
2014-04-25blockdev: Clean up fragile use of error_is_set()Markus Armbruster1-2/+5
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson1-3/+6
2014-04-22block: Catch duplicate IDs in bdrv_new()Kevin Wolf1-6/+0
2014-04-22block: Add errp to bdrv_new()Kevin Wolf1-2/+7
2014-04-11block-commit: speed is an optional parameterMax Reitz1-0/+4
2014-03-06blockdev: Fix NULL pointer dereference in blockdev-addKevin Wolf1-2/+4
2014-03-06blockdev: Fail blockdev-add with encrypted imagesKevin Wolf1-1/+8
2014-02-21block: Add reference parameter to bdrv_open()Max Reitz1-6/+6
2014-02-21block: Change BDS parameter of bdrv_open() to **Max Reitz1-11/+9
2014-02-20Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell1-0/+4
2014-02-20Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-21/+21
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-21/+21
2014-02-14block: Handle "rechs" and "large" translation optionsPaolo Bonzini1-0/+4
2014-02-14block: Open by reference will try device then node_name.Benoît Canet1-0/+6
2014-02-14blockdev: Fix wrong usage of QDECREF causing snapshoted quorum to crash on cl...Benoît Canet1-2/+0
2014-02-14blockdev: Remove 'type' parameter from blockdev_init()Kevin Wolf1-14/+33
2014-01-24qmp: Allow to take external snapshots on bs graphs node.Benoît Canet1-7/+48
2014-01-24qmp: Allow block_resize to manipulate bs graph nodes.Benoît Canet1-4/+14
2014-01-24block: Create authorizations mechanism for external snapshot and resize.Benoît Canet1-1/+1
2014-01-24qmp: Allow to change password on named block driver states.Benoît Canet1-4/+9
2014-01-24qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.Benoît Canet1-0/+5
2014-01-22blockdev: Move "file" to legacy_optsMax Reitz1-9/+10
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias1-2/+4
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite1-2/+4
2013-12-20commit: Support commit active layerFam Zheng1-2/+7
2013-12-16qmp_change_blockdev() remove unused has_formatMarc-André Lureau1-1/+1
2013-11-27block/drive-mirror: Reuse backing HD for sync=noneMax Reitz1-0/+3