aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)Author
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
2020-09-02hw/block/nvme: Align I/O BAR to 4 KiBPhilippe Mathieu-Daudé
2020-09-02hw/block/nvme: Fix pmrmsc register sizePhilippe Mathieu-Daudé
2020-09-02hw/block/nvme: Use QEMU_PACKED on hardware/packet structuresPhilippe Mathieu-Daudé
2020-08-27throttle-groups: Move ThrottleGroup typedef to headerEduardo Habkost
2020-08-25qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bitAlberto Garcia
2020-07-14block: Add support to warn on backing file change without formatEric Blake
2020-07-14file-posix: Mitigate file fragmentation with extent size hintsKevin Wolf
2020-07-10nbd: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-07-06block: drop unallocated_blocks_are_zeroVladimir Sementsov-Ogievskiy
2020-07-06block: inline bdrv_unallocated_blocks_are_zero()Vladimir Sementsov-Ogievskiy