aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-05util/vfio-helpers: Collect IOVA reserved regionsEric Auger1-2/+70
2020-10-05docs: add 'io_uring' option to 'aio' param in qemu-options.hxStefano Garzarella1-4/+6
2020-10-05include/block/block.h: drop non-ascii quotation markVladimir Sementsov-Ogievskiy1-1/+1
2020-10-05block/io: refactor save/load vmstateVladimir Sementsov-Ogievskiy3-41/+43
2020-10-05block: drop bdrv_prwvVladimir Sementsov-Ogievskiy4-48/+15
2020-10-05block: generate coroutine-wrapper codeVladimir Sementsov-Ogievskiy4-294/+13
2020-10-05scripts: add block-coroutine-wrapper.pyVladimir Sementsov-Ogievskiy6-0/+289
2020-10-05block: declare some coroutine functions in block/coroutines.hVladimir Sementsov-Ogievskiy3-21/+88
2020-10-05block/io: refactor coroutine wrappersVladimir Sementsov-Ogievskiy1-28/+32
2020-10-05block: return error-code from bdrv_invalidate_cacheVladimir Sementsov-Ogievskiy2-15/+19
2020-10-05block/nvme: Replace magic value by SCALE_MS definitionPhilippe Mathieu-Daudé1-1/+1
2020-10-05block/nvme: Use register definitions from 'block/nvme.h'Philippe Mathieu-Daudé1-10/+11
2020-10-05block/nvme: Drop NVMeRegs structure, directly use NvmeBarPhilippe Mathieu-Daudé1-14/+9
2020-10-05block/nvme: Reduce I/O registers scopePhilippe Mathieu-Daudé1-13/+16
2020-10-05block/nvme: Map doorbells pages write-onlyPhilippe Mathieu-Daudé1-10/+19
2020-10-05util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar()Philippe Mathieu-Daudé3-4/+5
2020-10-02Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell30-545/+1428
2020-10-02qcow2: Use L1E_SIZE in qcow2_write_l1_entry()Alberto Garcia1-2/+2
2020-10-02qemu-storage-daemon: Fix help line for --exportKevin Wolf1-1/+1
2020-10-02iotests: Test block-export-* QMP interfaceKevin Wolf3-0/+257
2020-10-02iotests: Allow supported and unsupported formats at the same timeKevin Wolf1-5/+1
2020-10-02iotests: Introduce qemu_nbd_list_log()Kevin Wolf1-1/+12
2020-10-02iotests: Factor out qemu_tool_pipe_and_status()Kevin Wolf1-26/+23
2020-10-02nbd: Deprecate nbd-server-add/removeKevin Wolf2-2/+15
2020-10-02nbd: Merge nbd_export_new() and nbd_export_create()Kevin Wolf3-56/+45
2020-10-02block/export: Move writable to BlockExportOptionsKevin Wolf5-26/+32
2020-10-02block/export: Add query-block-exportsKevin Wolf2-0/+55
2020-10-02block/export: Create BlockBackend in blk_exp_add()Kevin Wolf4-61/+63
2020-10-02block/export: Move blk to BlockExportKevin Wolf3-21/+28
2020-10-02block/export: Add BLOCK_EXPORT_DELETED eventKevin Wolf5-2/+27
2020-10-02block/export: Add block-export-delKevin Wolf7-43/+77
2020-10-02block/export: Move strong user reference to block_exportsKevin Wolf4-7/+14
2020-10-02block/export: Add 'id' option to block-export-addKevin Wolf7-3/+39
2020-10-02block/export: Add blk_exp_close_all(_type)Kevin Wolf7-36/+107
2020-10-02block/export: Allocate BlockExport in blk_exp_add()Kevin Wolf5-36/+57
2020-10-02block/export: Add node-name to BlockExportOptionsKevin Wolf4-21/+58
2020-10-02block/export: Move AioContext from NBDExport to BlockExportKevin Wolf3-13/+18
2020-10-02block/export: Move refcount from NBDExport to BlockExportKevin Wolf5-42/+63
2020-10-02nbd/server: Simplify export shutdownKevin Wolf1-13/+4
2020-10-02qemu-nbd: Use blk_exp_add() to create the exportKevin Wolf3-7/+30
2020-10-02nbd: Remove NBDExport.close callbackKevin Wolf4-21/+7
2020-10-02nbd: Add writethrough to block-export-addKevin Wolf2-2/+11
2020-10-02nbd: Add max-connections to nbd-server-startKevin Wolf5-13/+39
2020-10-02block/export: Remove magic from block-export-addKevin Wolf6-21/+67
2020-10-02qemu-nbd: Use raw block driver for --offsetKevin Wolf4-42/+31
2020-10-02qemu-storage-daemon: Use qmp_block_export_add()Kevin Wolf1-12/+1
2020-10-02block/export: Add BlockExport infrastructure and block-export-addKevin Wolf9-10/+134
2020-10-02qapi: Rename BlockExport to BlockExportOptionsKevin Wolf4-14/+14
2020-10-02qapi: Create block-export moduleKevin Wolf9-170/+183
2020-10-02nbd: Remove unused nbd_export_get_blockdev()Kevin Wolf2-7/+0