summaryrefslogtreecommitdiffstats
path: root/hw/block/dataplane
Commit message (Expand)AuthorAgeFilesLines
* virtio: Report real progress in VQ aio poll handlerFam Zheng2017-02-171-2/+2
* trace: clean up trace-events filesStefan Hajnoczi2017-01-311-1/+0Star
* trace: move hw/block/dataplane events to correct subdirDaniel P. Berrange2017-01-311-0/+6
* virtio: set ISR on dataplane notificationsPaolo Bonzini2016-11-181-3/+1Star
* virtio-blk: always use dataplane path if ioeventfd is activePaolo Bonzini2016-10-302-31/+48
* virtio: move ioeventfd_started flag to VirtioBusStatePaolo Bonzini2016-10-301-1/+1
* virtio-blk: dataplane cleanupCao jin2016-07-181-4/+2Star
* virtio-blk: dataplane multiqueue supportStefan Hajnoczi2016-06-281-16/+34
* virtio-blk: tell dataplane which vq to notifyStefan Hajnoczi2016-06-282-3/+3
* virtio-blk: multiqueue batch notifyStefan Hajnoczi2016-06-281-6/+23
* virtio-bus: remove old set_host_notifier callbackCornelia Huck2016-06-241-10/+2Star
* virtio-bus: have callers tolerate new host notifier apiCornelia Huck2016-06-241-3/+11
* virtio-blk: Remove op blocker for dataplaneFam Zheng2016-06-071-63/+0Star
* virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se...Paolo Bonzini2016-04-071-4/+3Star
* virtio-blk: use aio handler for data planeMichael S. Tsirkin2016-04-071-0/+13
* virtio-blk: fix disabled modePaolo Bonzini2016-04-071-4/+3Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* virtio-blk: do not use vring in dataplanePaolo Bonzini2016-02-252-100/+13Star
* virtio-blk: fix "disabled data plane" modePaolo Bonzini2016-02-251-12/+9Star
* vring: make vring_enable_notification return voidPaolo Bonzini2016-02-251-1/+2
* virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2016-02-061-6/+5Star
* virtio-blk: Functions for op blocker managementMax Reitz2016-02-021-18/+59
* block: Clean up includesPeter Maydell2016-01-201-0/+1
* error: Use error_prepend() where it makes obvious senseMarkus Armbruster2016-01-131-6/+2Star
* block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng2016-01-071-1/+1
* virtio-blk: Drop x-data-plane optionFam Zheng2015-12-071-13/+2Star
* dataplane: Mark host notifiers' client type as "external"Fam Zheng2015-10-231-3/+2Star
* 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/+1Star
* 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/+14Star
* virtio-blk: avoid dataplane VirtIOBlockReq early freeStefan Hajnoczi2014-07-141-1/+0Star