summaryrefslogtreecommitdiffstats
path: root/hw/block/dataplane
Commit message (Expand)AuthorAgeFilesLines
* virtio-blk: do not use vring in dataplanePaolo Bonzini2019-11-292-100/+13
* virtio-blk: fix "disabled data plane" modePaolo Bonzini2019-11-291-12/+9
* vring: make vring_enable_notification return voidPaolo Bonzini2019-11-291-1/+2
* virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2019-11-291-6/+5
* virtio-blk: Functions for op blocker managementMax Reitz2019-11-291-18/+59
* block: Clean up includesPeter Maydell2019-11-291-0/+1
* error: Use error_prepend() where it makes obvious senseMarkus Armbruster2019-11-291-6/+2
* block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng2019-11-291-1/+1
* virtio-blk: Drop x-data-plane optionFam Zheng2015-12-071-13/+2
* dataplane: Mark host notifiers' client type as "external"Fam Zheng2015-10-231-3/+2
* aio: Add "is_external" flag for event handlersFam Zheng2015-10-231-2/+4
* virtio-blk-dataplane: delete bottom half before the AioContext is freedPaolo Bonzini2015-07-291-1/+1
* virtio-blk: correctly dirty guest memoryPaolo Bonzini2015-04-081-2/+1
* dataplane: endianness-aware accessesCornelia Huck2015-02-161-1/+3
* virtio-blk: introduce multireadPeter Lieven2015-02-061-4/+4
* block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET}Fam Zheng2015-01-131-1/+2
* blockdev: acquire AioContext in QMP 'transaction' actionsStefan Hajnoczi2014-12-101-0/+2
* blockdev: acquire AioContext in change-backing-fileStefan Hajnoczi2014-12-101-0/+1
* blockdev: acquire AioContext in eject, change, and block_passwdStefan Hajnoczi2014-12-101-0/+1
* blockdev: acquire AioContext in blockdev-snapshot-delete-internal-syncStefan Hajnoczi2014-12-101-0/+2
* block: declare blockjobs and dataplane friends!Stefan Hajnoczi2014-11-031-0/+5
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-12/+12
* virtio-blk: Rename VirtIOBlkConf variables to confMarkus Armbruster2014-10-202-17/+18
* dataplane: fix virtio_blk_data_plane_create() op blocker error pathStefan Hajnoczi2014-09-111-2/+2
* virtio-blk: allow drive_del with dataplaneStefan Hajnoczi2014-08-291-0/+1
* virtio-blk: allow block_resize with dataplaneStefan Hajnoczi2014-08-201-0/+1
* dataplane: stop trying on notifier errorCornelia Huck2014-08-151-1/+10
* dataplane: fail notifier setting gracefullyCornelia Huck2014-08-151-4/+11
* dataplane: print why starting failedCornelia Huck2014-08-151-5/+8
* virtio-blk: dataplane: notify guest as a batchMing Lei2014-07-151-1/+19
* virtio-blk: data-plane: fix save/set .complete_request in startMing Lei2014-07-151-3/+4
* virtio-blk: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi2014-07-141-15/+14
* virtio-blk: avoid dataplane VirtIOBlockReq early freeStefan Hajnoczi2014-07-141-1/+0
* dataplane: submit I/O as a batchMing Lei2014-07-071-0/+2
* virtio-blk: remove need for explicit x-data-plane=on optionStefan Hajnoczi2014-07-011-1/+1
* dataplane: bail out on unsupported transportCornelia Huck2014-07-011-0/+10
* virtio-blk: Rename complete_request_early to complete_request_vringFam Zheng2014-06-271-2/+2
* virtio-blk: Unify {non-,}dataplane's request handlingsFam Zheng2014-06-271-164/+19
* virtio-blk: Fill in VirtIOBlockReq.out in dataplane codeFam Zheng2014-06-271-58/+44
* virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdrFam Zheng2014-06-271-32/+22
* virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReqFam Zheng2014-06-271-19/+15
* virtio-blk: Drop VirtIOBlockRequest.readFam Zheng2014-06-271-2/+0
* virtio-blk: Drop bounce buffer from dataplane codeFam Zheng2014-06-271-25/+0
* dataplane: Support VIRTIO_BLK_T_SCSI_CMDFam Zheng2014-06-041-8/+10
* virtio-blk: Allow config-wce in dataplaneFam Zheng2014-06-041-6/+0
* dataplane: implement async flushStefan Hajnoczi2014-06-041-16/+27
* dataplane: delete IOQueue since it is no longer usedStefan Hajnoczi2014-06-043-175/+1
* dataplane: use the QEMU block layer for I/OStefan Hajnoczi2014-06-041-128/+65
* block: Replace in_use with operation blockerFam Zheng2014-05-281-6/+12
* dataplane: replace iothread object_add() with embedded instanceStefan Hajnoczi2014-04-041-19/+12
OpenPOWER on IntegriCloud