aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-10-09block/nbd: nbd_co_reconnect_loop(): don't connect if drainedVladimir Sementsov-Ogievskiy1-0/+3
2020-10-09block/nbd: fix reconnect-delayVladimir Sementsov-Ogievskiy1-9/+50
2020-10-09block/nbd: correctly use qio_channel_detach_aio_context when neededVladimir Sementsov-Ogievskiy1-2/+2
2020-10-09block/nbd: fix drain dead-lock because of nbd reconnect-delayVladimir Sementsov-Ogievskiy1-0/+5
2020-10-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell3-4/+26
2020-10-06migration: introduce icount field for snapshotsPavel Dovgalyuk2-4/+16
2020-10-06qcow2: introduce icount field for snapshotsPavel Dovgalyuk2-0/+10
2020-10-05block/io: refactor save/load vmstateVladimir Sementsov-Ogievskiy2-39/+39
2020-10-05block: drop bdrv_prwvVladimir Sementsov-Ogievskiy2-45/+14
2020-10-05block: generate coroutine-wrapper codeVladimir Sementsov-Ogievskiy2-215/+3
2020-10-05scripts: add block-coroutine-wrapper.pyVladimir Sementsov-Ogievskiy2-0/+57
2020-10-05block: declare some coroutine functions in block/coroutines.hVladimir Sementsov-Ogievskiy2-17/+84
2020-10-05block/io: refactor coroutine wrappersVladimir Sementsov-Ogievskiy1-28/+32
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é1-1/+2
2020-10-02qcow2: Use L1E_SIZE in qcow2_write_l1_entry()Alberto Garcia1-2/+2
2020-10-02block/export: Move writable to BlockExportOptionsKevin Wolf1-1/+15
2020-10-02block/export: Add query-block-exportsKevin Wolf1-0/+23
2020-10-02block/export: Create BlockBackend in blk_exp_add()Kevin Wolf1-4/+45
2020-10-02block/export: Move blk to BlockExportKevin Wolf1-0/+3
2020-10-02block/export: Add BLOCK_EXPORT_DELETED eventKevin Wolf1-0/+2
2020-10-02block/export: Add block-export-delKevin Wolf2-3/+44
2020-10-02block/export: Move strong user reference to block_exportsKevin Wolf1-0/+6
2020-10-02block/export: Add 'id' option to block-export-addKevin Wolf1-0/+26
2020-10-02block/export: Add blk_exp_close_all(_type)Kevin Wolf1-2/+84
2020-10-02block/export: Allocate BlockExport in blk_exp_add()Kevin Wolf1-1/+17
2020-10-02block/export: Add node-name to BlockExportOptionsKevin Wolf1-3/+3
2020-10-02block/export: Move AioContext from NBDExport to BlockExportKevin Wolf1-0/+2
2020-10-02block/export: Move refcount from NBDExport to BlockExportKevin Wolf1-0/+14
2020-10-02nbd: Add max-connections to nbd-server-startKevin Wolf1-1/+1
2020-10-02block/export: Remove magic from block-export-addKevin Wolf1-3/+10
2020-10-02block/export: Add BlockExport infrastructure and block-export-addKevin Wolf3-0/+51
2020-10-02qapi: Rename BlockExport to BlockExportOptionsKevin Wolf1-3/+3
2020-10-02qapi: Create block-export moduleKevin Wolf1-0/+1
2020-10-02block/sheepdog: Replace magic val by NANOSECONDS_PER_SECOND definitionPhilippe Mathieu-Daudé1-1/+1
2020-09-29qapi: Restrict query-uuid command to machine codePhilippe Mathieu-Daudé1-1/+1
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi6-41/+42
2020-09-16block/file: switch to use qemu_open/qemu_create for improved errorsDaniel P. Berrangé2-15/+9
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé3-11/+13
2020-09-15block/rbd: add 'namespace' to qemu_rbd_strong_runtime_opts[]Stefano Garzarella1-0/+1
2020-09-15qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset()Alberto Garcia3-30/+26
2020-09-15qcow2: Make preallocate_co() resize the image to the correct sizeAlberto Garcia1-0/+1
2020-09-15block/qcow: remove runtime optsJohn Snow1-9/+0
2020-09-15block/rbd: remove runtime_optsJohn Snow1-42/+0
2020-09-15qcow2: Return the original error code in qcow2_co_pwrite_zeroes()Alberto Garcia1-1/+1
2020-09-15qcow2: Make qcow2_free_any_clusters() free only one clusterAlberto Garcia3-9/+9