aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)AuthorFilesLines
2020-10-09block: Add bdrv_lock()/unlock()Kevin Wolf1-0/+14
2020-10-09block: Add bdrv_co_enter()/leave()Kevin Wolf1-0/+17
2020-10-09util/async: Add aio_co_reschedule_self()Kevin Wolf1-0/+10
2020-10-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-0/+1
2020-10-06migration: introduce icount field for snapshotsPavel Dovgalyuk1-0/+1
2020-10-05include/block/block.h: drop non-ascii quotation markVladimir Sementsov-Ogievskiy1-1/+1
2020-10-05block/io: refactor save/load vmstateVladimir Sementsov-Ogievskiy1-2/+4
2020-10-05block: drop bdrv_prwvVladimir Sementsov-Ogievskiy1-2/+0
2020-10-05block: generate coroutine-wrapper codeVladimir Sementsov-Ogievskiy1-6/+10
2020-10-05scripts: add block-coroutine-wrapper.pyVladimir Sementsov-Ogievskiy1-0/+10
2020-10-05block: return error-code from bdrv_invalidate_cacheVladimir Sementsov-Ogievskiy1-1/+1
2020-10-02nbd: Merge nbd_export_new() and nbd_export_create()Kevin Wolf1-6/+1
2020-10-02block/export: Create BlockBackend in blk_exp_add()Kevin Wolf1-2/+2
2020-10-02block/export: Move blk to BlockExportKevin Wolf1-0/+3
2020-10-02block/export: Add block-export-delKevin Wolf2-1/+1
2020-10-02block/export: Move strong user reference to block_exportsKevin Wolf1-0/+8
2020-10-02block/export: Add 'id' option to block-export-addKevin Wolf1-0/+3
2020-10-02block/export: Add blk_exp_close_all(_type)Kevin Wolf2-2/+15
2020-10-02block/export: Allocate BlockExport in blk_exp_add()Kevin Wolf2-6/+13
2020-10-02block/export: Move AioContext from NBDExport to BlockExportKevin Wolf1-0/+3
2020-10-02block/export: Move refcount from NBDExport to BlockExportKevin Wolf2-2/+15
2020-10-02qemu-nbd: Use blk_exp_add() to create the exportKevin Wolf1-0/+1
2020-10-02nbd: Remove NBDExport.close callbackKevin Wolf1-2/+1
2020-10-02nbd: Add max-connections to nbd-server-startKevin Wolf1-1/+2
2020-10-02block/export: Remove magic from block-export-addKevin Wolf2-1/+4
2020-10-02qemu-nbd: Use raw block driver for --offsetKevin Wolf1-2/+2
2020-10-02block/export: Add BlockExport infrastructure and block-export-addKevin Wolf2-1/+37
2020-10-02qapi: Create block-export moduleKevin Wolf1-1/+1
2020-10-02nbd: Remove unused nbd_export_get_blockdev()Kevin Wolf1-2/+0
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2-6/+6
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-1/+3
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-0/+1
2020-09-07block: Leave BDS.backing_{file,format} constantMax Reitz1-5/+16
2020-09-07block: Inline bdrv_co_block_status_from_*()Max Reitz1-22/+0
2020-09-07block: Drop backing_bs()Max Reitz1-5/+0
2020-09-07block: Add bdrv_supports_compressed_writes()Max Reitz1-0/+1
2020-09-07block: Drop bdrv_is_encrypted()Max Reitz1-1/+0
2020-09-07block: Add chain helper functionsMax Reitz1-0/+3
2020-09-07block: Add child access functionsMax Reitz1-3/+41
2020-09-02hw/block/nvme: be consistent about zeros vs zeroesKlaus Jensen1-2/+2
2020-09-02hw/block/nvme: support the get/set features select and save fieldsKlaus Jensen1-1/+26
2020-09-02hw/block/nvme: add remaining mandatory controller parametersKlaus Jensen1-1/+9
2020-09-02hw/block/nvme: move NvmeFeatureVal into hw/block/nvme.hKlaus Jensen1-17/+0
2020-09-02hw/block/nvme: add support for the asynchronous event request commandKlaus Jensen1-2/+6
2020-09-02hw/block/nvme: add support for the get log page commandKlaus Jensen1-1/+5
2020-09-02hw/block/nvme: mark fw slot 1 as read-onlyKlaus Jensen1-0/+4
2020-09-02hw/block/nvme: add temperature threshold featureKlaus Jensen1-1/+4
2020-09-02hw/block/nvme: bump spec data structures to v1.3Klaus Jensen1-17/+141