aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2020-10-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-10-23block/io: fix bdrv_is_allocated_aboveVladimir Sementsov-Ogievskiy
2020-10-23block/io: bdrv_common_block_status_above: support bs == baseVladimir Sementsov-Ogievskiy
2020-10-23block/io: bdrv_common_block_status_above: support include_baseVladimir Sementsov-Ogievskiy
2020-10-23block/io: fix bdrv_co_block_status_aboveVladimir Sementsov-Ogievskiy
2020-10-23block/export: add vhost-user-blk multi-queue supportStefan Hajnoczi
2020-10-23block/export: add iothread and fixed-iothread optionsStefan Hajnoczi
2020-10-23block: move block exports to libblockdevStefan Hajnoczi
2020-10-23util/vhost-user-server: use static library in meson.buildStefan Hajnoczi
2020-10-23util/vhost-user-server: move header to include/Stefan Hajnoczi
2020-10-23block/export: convert vhost-user-blk server to block export APIStefan Hajnoczi
2020-10-23block/export: report flush errorsStefan Hajnoczi
2020-10-23util/vhost-user-server: rework vu_client_trip() coroutine lifecycleStefan Hajnoczi
2020-10-23util/vhost-user-server: drop unused DevicePanicNotifierStefan Hajnoczi
2020-10-23block/export: consolidate request structs into VuBlockReqStefan Hajnoczi
2020-10-23block/export: vhost-user block device backend serverCoiby Xu
2020-10-23block/nvme: Add driver statistics for access alignment and hw errorsPhilippe Mathieu-Daudé
2020-10-22replay: do not build if TCG is not availableClaudio Fontana
2020-10-15block: deprecate the sheepdog block driverDaniel P. Berrangé
2020-10-13block/blkdebug: fix memory leakElena Afanasova
2020-10-13vmdk: fix maybe uninitialized warningsChristian Borntraeger
2020-10-09block/nbd: nbd_co_reconnect_loop(): don't connect if drainedVladimir Sementsov-Ogievskiy
2020-10-09block/nbd: fix reconnect-delayVladimir Sementsov-Ogievskiy
2020-10-09block/nbd: correctly use qio_channel_detach_aio_context when neededVladimir Sementsov-Ogievskiy
2020-10-09block/nbd: fix drain dead-lock because of nbd reconnect-delayVladimir Sementsov-Ogievskiy
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-06qcow2: introduce icount field for snapshotsPavel Dovgalyuk
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: declare some coroutine functions in block/coroutines.hVladimir Sementsov-Ogievskiy
2020-10-05block/io: refactor coroutine wrappersVladimir Sementsov-Ogievskiy
2020-10-05block/nvme: Replace magic value by SCALE_MS definitionPhilippe Mathieu-Daudé
2020-10-05block/nvme: Use register definitions from 'block/nvme.h'Philippe Mathieu-Daudé
2020-10-05block/nvme: Drop NVMeRegs structure, directly use NvmeBarPhilippe Mathieu-Daudé
2020-10-05block/nvme: Reduce I/O registers scopePhilippe Mathieu-Daudé
2020-10-05block/nvme: Map doorbells pages write-onlyPhilippe Mathieu-Daudé
2020-10-05util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar()Philippe Mathieu-Daudé
2020-10-02qcow2: Use L1E_SIZE in qcow2_write_l1_entry()Alberto Garcia
2020-10-02block/export: Move writable to BlockExportOptionsKevin Wolf
2020-10-02block/export: Add query-block-exportsKevin 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_DELETED eventKevin 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