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