summaryrefslogtreecommitdiffstats
path: root/hw/block/dataplane/virtio-blk.c
Commit message (Expand)AuthorAgeFilesLines
* virtio: unify dataplane and non-dataplane ->handle_output()Stefan Hajnoczi2022-01-121-14/+2Star
* virtio: get rid of VirtIOHandleAIOOutputStefan Hajnoczi2022-01-121-2/+2
* virtio-blk: Fix clean up of host notifiers for single MR transaction.Mark Mielke2021-12-061-1/+1
* virtio: Clarify MR transaction optimizationGreg Kurz2021-07-021-0/+16
* virtio-blk: Configure all host notifiers in a single MR transactionGreg Kurz2021-05-141-0/+25
* virtio-blk: Fix rollback path in virtio_blk_data_plane_start()Greg Kurz2021-05-141-2/+9
* block: Honor blk_set_aio_context() context requirementsSergio Lopez2021-01-201-0/+4
* virtio-blk: On restart, process queued requests in the proper contextSergio Lopez2020-06-171-0/+8
* virtio-blk: fix out-of-bounds access to bitmap in notify_guest_bhLi Hangjing2019-12-191-1/+1
* virtio-blk: Cancel the pending BH when the dataplane is resetPhilippe Mathieu-Daudé2019-09-031-0/+3
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* block: Add Error to blk_set_aio_context()Kevin Wolf2019-06-041-3/+9
* Replace '-enable-kvm' with '-accel kvm' in docs and help textsThomas Huth2018-06-281-2/+2
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* virtio-blk: fix race between .ioeventfd_stop() and vq handlerStefan Hajnoczi2018-03-081-7/+17
* virtio-blk: dataplane: Don't batch notifications if EVENT_IDX is presentSergio Lopez2018-03-081-2/+13
* virtio: remove event notifier cleanup call on de-assignGal Hammer2018-02-081-0/+2
* hw/block: Fix the return typeMao Zhongyi2017-12-191-5/+7
* virtio: Report real progress in VQ aio poll handlerFam Zheng2017-02-171-2/+2
* virtio: set ISR on dataplane notificationsPaolo Bonzini2016-11-181-3/+1Star
* virtio-blk: always use dataplane path if ioeventfd is activePaolo Bonzini2016-10-301-28/+45
* 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-281-2/+2
* 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-251-100/+12Star
* 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