aboutsummaryrefslogtreecommitdiff
path: root/block/vdi.c
AgeCommit message (Expand)Author
2018-06-15block: Make remaining uses of qobject input visitor more robustMarkus Armbruster
2018-05-29vdi: Fix vdi_co_do_create() return valueKevin Wolf
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-26vdi: Fix build with CONFIG_VDI_DEBUGKevin Wolf
2018-03-26vdi: Change 'static' create option to 'preallocation' in QMPKevin Wolf
2018-03-19vdi: Make comments consistent with other driversKevin Wolf
2018-03-19vdi: Implement .bdrv_co_createMax Reitz
2018-03-19vdi: Move file creation to vdi_co_create_optsMax Reitz
2018-03-19vdi: Pull option parsing from vdi_co_createMax Reitz
2018-03-09block: convert bdrv_check callback to coroutine_fnPaolo Bonzini
2018-03-02block: rename .bdrv_create() to .bdrv_co_create_opts()Stefan Hajnoczi
2018-03-02vdi: Switch to .bdrv_co_block_status()Eric Blake
2018-03-02vdi: Avoid bitrot of debugging codeEric Blake
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2017-07-17vdi: make it thread-safePaolo Bonzini
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz
2017-05-17migration: Create migration/blocker.hJuan Quintela
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz
2017-02-28block: Add BDRV_O_RESIZE for blk_new_open()Kevin Wolf
2017-02-28block: Request child permissions in format driversKevin Wolf
2017-02-24block: Attach bs->file only during .bdrv_open()Kevin Wolf
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya
2016-09-23vdi: Use QEMU UUID APIFam Zheng
2016-07-05block: Convert bdrv_co_preadv/pwritev to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_write() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_read() to BdrvChildKevin Wolf
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake
2016-05-12vdi: Implement .bdrv_co_pwritev() interfaceKevin Wolf
2016-05-12vdi: Implement .bdrv_co_preadv() interfaceKevin Wolf
2016-03-30block: Always set writeback mode in blk_new_open()Kevin Wolf
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz
2016-03-14vdi: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14block: Use writeback in .bdrv_create() implementationsKevin Wolf
2016-02-02vdi: Assign bs->file->bs to file in vdi_co_get_block_statusFam Zheng
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng
2016-01-20block: Clean up includesPeter Maydell
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz
2015-04-28block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia
2015-03-10block/vdi: Add locking for parallel requestsMax Reitz
2014-12-10block: remove BLOCK_OPT_NOCOW from vdi_create_optsJeff Cody
2014-11-09block/vdi: Limit maximum size even futherMax Reitz
2014-11-02vdi: wrapped uuid_unparse() in #ifdefSeokYeon Hwang
2014-10-23block/vdi: Use {DIV_,}ROUND_UPMax Reitz
2014-10-20block: Eliminate BlockDriverState member device_name[]Markus Armbruster