aboutsummaryrefslogtreecommitdiff
path: root/hw/block/dataplane
AgeCommit message (Expand)Author
2016-07-18virtio-blk: dataplane cleanupCao jin
2016-06-28virtio-blk: dataplane multiqueue supportStefan Hajnoczi
2016-06-28virtio-blk: tell dataplane which vq to notifyStefan Hajnoczi
2016-06-28virtio-blk: multiqueue batch notifyStefan Hajnoczi
2016-06-24virtio-bus: remove old set_host_notifier callbackCornelia Huck
2016-06-24virtio-bus: have callers tolerate new host notifier apiCornelia Huck
2016-06-07virtio-blk: Remove op blocker for dataplaneFam Zheng
2016-04-07virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se...Paolo Bonzini
2016-04-07virtio-blk: use aio handler for data planeMichael S. Tsirkin
2016-04-07virtio-blk: fix disabled modePaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-25virtio-blk: do not use vring in dataplanePaolo Bonzini
2016-02-25virtio-blk: fix "disabled data plane" modePaolo Bonzini
2016-02-25vring: make vring_enable_notification return voidPaolo Bonzini
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini
2016-02-02virtio-blk: Functions for op blocker managementMax Reitz
2016-01-20block: Clean up includesPeter Maydell
2016-01-13error: Use error_prepend() where it makes obvious senseMarkus Armbruster
2016-01-07block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng
2015-12-07virtio-blk: Drop x-data-plane optionFam Zheng
2015-10-23dataplane: Mark host notifiers' client type as "external"Fam Zheng
2015-10-23aio: Add "is_external" flag for event handlersFam Zheng
2015-07-29virtio-blk-dataplane: delete bottom half before the AioContext is freedPaolo Bonzini
2015-04-08virtio-blk: correctly dirty guest memoryPaolo Bonzini
2015-02-16dataplane: endianness-aware accessesCornelia Huck
2015-02-06virtio-blk: introduce multireadPeter Lieven
2015-01-13block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET}Fam Zheng
2014-12-10blockdev: acquire AioContext in QMP 'transaction' actionsStefan Hajnoczi
2014-12-10blockdev: acquire AioContext in change-backing-fileStefan Hajnoczi
2014-12-10blockdev: acquire AioContext in eject, change, and block_passwdStefan Hajnoczi
2014-12-10blockdev: acquire AioContext in blockdev-snapshot-delete-internal-syncStefan Hajnoczi
2014-11-03block: declare blockjobs and dataplane friends!Stefan Hajnoczi
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20virtio-blk: Rename VirtIOBlkConf variables to confMarkus Armbruster
2014-09-11dataplane: fix virtio_blk_data_plane_create() op blocker error pathStefan Hajnoczi
2014-08-29virtio-blk: allow drive_del with dataplaneStefan Hajnoczi
2014-08-20virtio-blk: allow block_resize with dataplaneStefan Hajnoczi
2014-08-15dataplane: stop trying on notifier errorCornelia Huck
2014-08-15dataplane: fail notifier setting gracefullyCornelia Huck
2014-08-15dataplane: print why starting failedCornelia Huck
2014-07-15virtio-blk: dataplane: notify guest as a batchMing Lei
2014-07-15virtio-blk: data-plane: fix save/set .complete_request in startMing Lei
2014-07-14virtio-blk: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi
2014-07-14virtio-blk: avoid dataplane VirtIOBlockReq early freeStefan Hajnoczi
2014-07-07dataplane: submit I/O as a batchMing Lei
2014-07-01virtio-blk: remove need for explicit x-data-plane=on optionStefan Hajnoczi
2014-07-01dataplane: bail out on unsupported transportCornelia Huck
2014-06-27virtio-blk: Rename complete_request_early to complete_request_vringFam Zheng
2014-06-27virtio-blk: Unify {non-,}dataplane's request handlingsFam Zheng
2014-06-27virtio-blk: Fill in VirtIOBlockReq.out in dataplane codeFam Zheng