aboutsummaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)Author
2014-09-25block: Catch simultaneous usage of options and their aliasesKevin Wolf
2014-09-25block: Specify -drive legacy option aliases in arrayKevin Wolf
2014-09-25block: Keep DriveInfo alive until BlockDriverState diesMarkus Armbruster
2014-09-25blockdev: Disentangle BlockDriverState and DriveInfo creationMarkus Armbruster
2014-09-11blockdev: Refuse to drive_del something added with blockdev-addMarkus Armbruster
2014-09-08rename parse_enum_option to qapi_enum_parse and make it publicPeter Lieven
2014-08-29block: acquire AioContext in do_drive_del()Stefan Hajnoczi
2014-08-29blockdev: fix drive-mirror 'granularity' error messageStefan Hajnoczi
2014-08-20block: acquire AioContext in qmp_block_resize()Stefan Hajnoczi
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2014-07-01block: add backing-file option to block-streamJeff Cody
2014-07-01block: extend block-commit to accept a string for the backing fileJeff Cody
2014-07-01block: add QAPI command to allow live backing file changeJeff Cody
2014-07-01block: make 'top' argument to block-commit optionalJeff Cody
2014-06-27block: Add replaces argument to drive-mirrorBenoît Canet
2014-06-27block: Add node-name argument to drive-mirrorBenoît Canet
2014-06-27block: check for RESIZE blocker in the QMP command, not bdrv_truncate()Jeff Cody
2014-06-23qapi event: convert other BLOCK_JOB eventsWenchao Xia
2014-06-16blockdev: Remove unused DriveInfo reference countMarkus Armbruster
2014-06-16blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del()Markus Armbruster
2014-06-16blockdev: Move 'serial' option to drive_init()Kevin Wolf
2014-06-04blockdev: acquire AioContext in block_set_io_throttleStefan Hajnoczi
2014-05-30blockdev: Plug memory leak in drive_init()Markus Armbruster
2014-05-30blockdev: Plug memory leak in blockdev_init()Markus Armbruster
2014-05-28blockdev: Don't use qerror_report() in do_drive_del()Markus Armbruster
2014-05-28blockdev: Don't use qerror_report_err() in drive_init()Markus Armbruster
2014-05-28block: Move op_blocker check from block_job_create to its callerFam Zheng
2014-05-28block: Replace in_use with operation blockerFam Zheng
2014-05-19block: optimize zero writes with bdrv_write_zeroesPeter Lieven
2014-05-19blockdev: add a function to parse enum ids from stringsPeter Lieven
2014-04-28Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell
2014-04-25blockdev: Clean up fragile use of error_is_set()Markus Armbruster
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson
2014-04-22block: Catch duplicate IDs in bdrv_new()Kevin Wolf
2014-04-22block: Add errp to bdrv_new()Kevin Wolf
2014-04-11block-commit: speed is an optional parameterMax Reitz
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