summaryrefslogtreecommitdiff
path: root/hw/block/dataplane
AgeCommit message (Expand)AuthorFilesLines
2016-04-07virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se...Paolo Bonzini1-4/+3
2016-04-07virtio-blk: use aio handler for data planeMichael S. Tsirkin1-0/+13
2016-04-07virtio-blk: fix disabled modePaolo Bonzini1-4/+3
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-25virtio-blk: do not use vring in dataplanePaolo Bonzini2-100/+13
2016-02-25virtio-blk: fix "disabled data plane" modePaolo Bonzini1-12/+9
2016-02-25vring: make vring_enable_notification return voidPaolo Bonzini1-1/+2
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini1-6/+5
2016-02-02virtio-blk: Functions for op blocker managementMax Reitz1-18/+59
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2016-01-13error: Use error_prepend() where it makes obvious senseMarkus Armbruster1-6/+2
2016-01-07block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng1-1/+1
2015-12-07virtio-blk: Drop x-data-plane optionFam Zheng1-13/+2
2015-10-23dataplane: Mark host notifiers' client type as "external"Fam Zheng1-3/+2
2015-10-23aio: Add "is_external" flag for event handlersFam Zheng1-2/+4
2015-07-29virtio-blk-dataplane: delete bottom half before the AioContext is freedPaolo Bonzini1-1/+1
2015-04-08virtio-blk: correctly dirty guest memoryPaolo Bonzini1-2/+1
2015-02-16dataplane: endianness-aware accessesCornelia Huck1-1/+3
2015-02-06virtio-blk: introduce multireadPeter Lieven1-4/+4
2015-01-13block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET}Fam Zheng1-1/+2
2014-12-10blockdev: acquire AioContext in QMP 'transaction' actionsStefan Hajnoczi1-0/+2
2014-12-10blockdev: acquire AioContext in change-backing-fileStefan Hajnoczi1-0/+1
2014-12-10blockdev: acquire AioContext in eject, change, and block_passwdStefan Hajnoczi1-0/+1
2014-12-10blockdev: acquire AioContext in blockdev-snapshot-delete-internal-syncStefan Hajnoczi1-0/+2
2014-11-03block: declare blockjobs and dataplane friends!Stefan Hajnoczi1-0/+5
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-12/+12
2014-10-20virtio-blk: Rename VirtIOBlkConf variables to confMarkus Armbruster2-17/+18
2014-09-11dataplane: fix virtio_blk_data_plane_create() op blocker error pathStefan Hajnoczi1-2/+2
2014-08-29virtio-blk: allow drive_del with dataplaneStefan Hajnoczi1-0/+1
2014-08-20virtio-blk: allow block_resize with dataplaneStefan Hajnoczi1-0/+1
2014-08-15dataplane: stop trying on notifier errorCornelia Huck1-1/+10
2014-08-15dataplane: fail notifier setting gracefullyCornelia Huck1-4/+11
2014-08-15dataplane: print why starting failedCornelia Huck1-5/+8
2014-07-15virtio-blk: dataplane: notify guest as a batchMing Lei1-1/+19
2014-07-15virtio-blk: data-plane: fix save/set .complete_request in startMing Lei1-3/+4
2014-07-14virtio-blk: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi1-15/+14
2014-07-14virtio-blk: avoid dataplane VirtIOBlockReq early freeStefan Hajnoczi1-1/+0
2014-07-07dataplane: submit I/O as a batchMing Lei1-0/+2
2014-07-01virtio-blk: remove need for explicit x-data-plane=on optionStefan Hajnoczi1-1/+1
2014-07-01dataplane: bail out on unsupported transportCornelia Huck1-0/+10
2014-06-27virtio-blk: Rename complete_request_early to complete_request_vringFam Zheng1-2/+2
2014-06-27virtio-blk: Unify {non-,}dataplane's request handlingsFam Zheng1-164/+19
2014-06-27virtio-blk: Fill in VirtIOBlockReq.out in dataplane codeFam Zheng1-58/+44
2014-06-27virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdrFam Zheng1-32/+22
2014-06-27virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReqFam Zheng1-19/+15
2014-06-27virtio-blk: Drop VirtIOBlockRequest.readFam Zheng1-2/+0
2014-06-27virtio-blk: Drop bounce buffer from dataplane codeFam Zheng1-25/+0
2014-06-04dataplane: Support VIRTIO_BLK_T_SCSI_CMDFam Zheng1-8/+10
2014-06-04virtio-blk: Allow config-wce in dataplaneFam Zheng1-6/+0
2014-06-04dataplane: implement async flushStefan Hajnoczi1-16/+27