summaryrefslogtreecommitdiff
path: root/hw/block/dataplane
AgeCommit message (Expand)AuthorFilesLines
2017-02-17virtio: Report real progress in VQ aio poll handlerFam Zheng1-2/+2
2017-01-31trace: clean up trace-events filesStefan Hajnoczi1-1/+0
2017-01-31trace: move hw/block/dataplane events to correct subdirDaniel P. Berrange1-0/+6
2016-11-18virtio: set ISR on dataplane notificationsPaolo Bonzini1-3/+1
2016-10-30virtio-blk: always use dataplane path if ioeventfd is activePaolo Bonzini2-31/+48
2016-10-30virtio: move ioeventfd_started flag to VirtioBusStatePaolo Bonzini1-1/+1
2016-07-18virtio-blk: dataplane cleanupCao jin1-4/+2
2016-06-28virtio-blk: dataplane multiqueue supportStefan Hajnoczi1-16/+34
2016-06-28virtio-blk: tell dataplane which vq to notifyStefan Hajnoczi2-3/+3
2016-06-28virtio-blk: multiqueue batch notifyStefan Hajnoczi1-6/+23
2016-06-24virtio-bus: remove old set_host_notifier callbackCornelia Huck1-10/+2
2016-06-24virtio-bus: have callers tolerate new host notifier apiCornelia Huck1-3/+11
2016-06-07virtio-blk: Remove op blocker for dataplaneFam Zheng1-63/+0
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