summaryrefslogtreecommitdiff
path: root/block/vdi.c
Commit message (Expand)AuthorAgeFilesLines
* vdi: Use a literal number of bytes for DEFAULT_CLUSTER_SIZELeonid Bloch2018-11-051-2/+2
* block/vdi: Don't take address of fields in packed structsPeter Maydell2018-11-051-32/+32
* vdi: Use definitions from "qemu/units.h"Philippe Mathieu-Daudé2018-07-021-4/+3
* block: Make remaining uses of qobject input visitor more robustMarkus Armbruster2018-06-151-2/+6
* vdi: Fix vdi_co_do_create() return valueKevin Wolf2018-05-291-0/+1
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-1/+1
* vdi: Fix build with CONFIG_VDI_DEBUGKevin Wolf2018-03-261-12/+10
* vdi: Change 'static' create option to 'preallocation' in QMPKevin Wolf2018-03-261-2/+22
* vdi: Make comments consistent with other driversKevin Wolf2018-03-191-3/+9
* vdi: Implement .bdrv_co_createMax Reitz2018-03-191-5/+19
* vdi: Move file creation to vdi_co_create_optsMax Reitz2018-03-191-18/+28
* vdi: Pull option parsing from vdi_co_createMax Reitz2018-03-191-14/+77
* block: convert bdrv_check callback to coroutine_fnPaolo Bonzini2018-03-091-3/+3
* block: rename .bdrv_create() to .bdrv_co_create_opts()Stefan Hajnoczi2018-03-021-2/+3
* vdi: Switch to .bdrv_co_block_status()Eric Blake2018-03-021-20/+13
* vdi: Avoid bitrot of debugging codeEric Blake2018-03-021-3/+9
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-0/+1
* vdi: make it thread-safePaolo Bonzini2017-07-171-24/+24
* block: Add PreallocMode to blk_truncate()Max Reitz2017-07-111-1/+2
* migration: Create migration/blocker.hJuan Quintela2017-05-171-1/+1
* block: Add errp to b{lk,drv}_truncate()Max Reitz2017-04-281-2/+2
* block: Add BDRV_O_RESIZE for blk_new_open()Kevin Wolf2017-02-281-1/+2
* block: Request child permissions in format driversKevin Wolf2017-02-281-0/+1
* block: Attach bs->file only during .bdrv_open()Kevin Wolf2017-02-241-0/+6
* migration: disallow migrate_add_blocker during migrationAshijeet Acharya2017-01-241-1/+7
* vdi: Use QEMU UUID APIFam Zheng2016-09-231-56/+17
* block: Convert bdrv_co_preadv/pwritev to BdrvChildKevin Wolf2016-07-051-2/+2
* block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf2016-07-051-1/+1
* block: Convert bdrv_write() to BdrvChildKevin Wolf2016-07-051-2/+2
* block: Convert bdrv_read() to BdrvChildKevin Wolf2016-07-051-2/+2
* qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake2016-05-121-2/+2
* vdi: Implement .bdrv_co_pwritev() interfaceKevin Wolf2016-05-121-31/+41
* vdi: Implement .bdrv_co_preadv() interfaceKevin Wolf2016-05-121-23/+32
* block: Always set writeback mode in blk_new_open()Kevin Wolf2016-03-301-2/+1
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* blockdev: Split monitor reference from BB creationMax Reitz2016-03-171-1/+1
* vdi: Use BB functions in .bdrv_create()Kevin Wolf2016-03-141-9/+14
* block: Use writeback in .bdrv_create() implementationsKevin Wolf2016-03-141-1/+2
* vdi: Assign bs->file->bs to file in vdi_co_get_block_statusFam Zheng2016-02-021-0/+1
* block: Add "file" output parameter to block status query functionsFam Zheng2016-02-021-1/+1
* block: Clean up includesPeter Maydell2016-01-201-0/+1
* coroutine: move into libqemuutil.a libraryDaniel P. Berrange2015-10-201-1/+1
* block: Convert bs->file to BdrvChildKevin Wolf2015-10-161-8/+9
* block: Drop drv parameter from bdrv_open()Max Reitz2015-09-141-1/+1
* block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia2015-04-281-3/+3
* block/vdi: Add locking for parallel requestsMax Reitz2015-03-101-0/+25
* block: remove BLOCK_OPT_NOCOW from vdi_create_optsJeff Cody2014-12-101-5/+0
* block/vdi: Limit maximum size even futherMax Reitz2014-11-091-2/+12