aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-10-30nbd: Add 'qemu-nbd -A' to expose allocation depthEric Blake1-5/+21
2020-10-30block: Return depth level during bdrv_is_allocated_aboveEric Blake5-13/+30
2020-10-27block: End quiescent sections when a BDS is deletedGreg Kurz1-0/+13
2020-10-27qcow2: Skip copy-on-write when allocating a zero clusterAlberto Garcia2-16/+46
2020-10-27qcow2: Report BDRV_BLOCK_ZERO more accurately in bdrv_co_block_status()Alberto Garcia1-4/+4
2020-10-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+2
2020-10-23block/io: fix bdrv_is_allocated_aboveVladimir Sementsov-Ogievskiy1-38/+5
2020-10-23block/io: bdrv_common_block_status_above: support bs == baseVladimir Sementsov-Ogievskiy1-1/+5
2020-10-23block/io: bdrv_common_block_status_above: support include_baseVladimir Sementsov-Ogievskiy2-7/+16
2020-10-23block/io: fix bdrv_co_block_status_aboveVladimir Sementsov-Ogievskiy2-16/+68
2020-10-23block/export: add vhost-user-blk multi-queue supportStefan Hajnoczi1-6/+18
2020-10-23block/export: add iothread and fixed-iothread optionsStefan Hajnoczi2-2/+34
2020-10-23block: move block exports to libblockdevStefan Hajnoczi1-2/+2
2020-10-23util/vhost-user-server: use static library in meson.buildStefan Hajnoczi2-5/+5
2020-10-23util/vhost-user-server: move header to include/Stefan Hajnoczi1-1/+1
2020-10-23block/export: convert vhost-user-blk server to block export APIStefan Hajnoczi5-353/+126
2020-10-23block/export: report flush errorsStefan Hajnoczi1-4/+7
2020-10-23util/vhost-user-server: rework vu_client_trip() coroutine lifecycleStefan Hajnoczi1-7/+2
2020-10-23util/vhost-user-server: drop unused DevicePanicNotifierStefan Hajnoczi1-2/+1
2020-10-23block/export: consolidate request structs into VuBlockReqStefan Hajnoczi1-47/+21
2020-10-23block/export: vhost-user block device backend serverCoiby Xu3-0/+698
2020-10-23block/nvme: Add driver statistics for access alignment and hw errorsPhilippe Mathieu-Daudé1-0/+27
2020-10-22replay: do not build if TCG is not availableClaudio Fontana1-1/+2
2020-10-15block: deprecate the sheepdog block driverDaniel P. Berrangé1-0/+14
2020-10-13block/blkdebug: fix memory leakElena Afanasova1-0/+1
2020-10-13vmdk: fix maybe uninitialized warningsChristian Borntraeger1-4/+4
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