aboutsummaryrefslogtreecommitdiff
path: root/hw/block/dataplane/virtio-blk.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-12virtio-blk: fix host notifier issues during dataplane start/stopStefan Hajnoczi1-22/+31
2023-06-23hw/virtio: Remove unnecessary 'virtio-access.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-05-30virtio-blk: implement BlockDevOps->drained_begin()Stefan Hajnoczi1-6/+10
2023-05-30virtio: make it possible to detach host notifier from any threadStefan Hajnoczi1-0/+7
2023-05-10aio-wait: avoid AioContext lock in aio_wait_bh_oneshot()Stefan Hajnoczi1-1/+2
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov1-1/+2
2023-01-23virtio-blk: simplify virtio_blk_dma_restart_cb()Stefan Hajnoczi1-10/+7
2022-08-17virtio-scsi: fix race in virtio_scsi_dataplane_start()Stefan Hajnoczi1-0/+5
2022-01-12virtio: unify dataplane and non-dataplane ->handle_output()Stefan Hajnoczi1-14/+2
2022-01-12virtio: get rid of VirtIOHandleAIOOutputStefan Hajnoczi1-2/+2
2021-12-06virtio-blk: Fix clean up of host notifiers for single MR transaction.Mark Mielke1-1/+1
2021-07-02virtio: Clarify MR transaction optimizationGreg Kurz1-0/+16
2021-05-14virtio-blk: Configure all host notifiers in a single MR transactionGreg Kurz1-0/+25
2021-05-14virtio-blk: Fix rollback path in virtio_blk_data_plane_start()Greg Kurz1-2/+9
2021-01-20block: Honor blk_set_aio_context() context requirementsSergio Lopez1-0/+4
2020-06-17virtio-blk: On restart, process queued requests in the proper contextSergio Lopez1-0/+8
2019-12-19virtio-blk: fix out-of-bounds access to bitmap in notify_guest_bhLi Hangjing1-1/+1
2019-09-03virtio-blk: Cancel the pending BH when the dataplane is resetPhilippe Mathieu-Daudé1-0/+3
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-06-04block: Add Error to blk_set_aio_context()Kevin Wolf1-3/+9
2018-06-28Replace '-enable-kvm' with '-accel kvm' in docs and help textsThomas Huth1-2/+2
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-03-08virtio-blk: fix race between .ioeventfd_stop() and vq handlerStefan Hajnoczi1-7/+17
2018-03-08virtio-blk: dataplane: Don't batch notifications if EVENT_IDX is presentSergio Lopez1-2/+13
2018-02-08virtio: remove event notifier cleanup call on de-assignGal Hammer1-0/+2
2017-12-19hw/block: Fix the return typeMao Zhongyi1-5/+7
2017-02-17virtio: Report real progress in VQ aio poll handlerFam Zheng1-2/+2
2016-11-18virtio: set ISR on dataplane notificationsPaolo Bonzini1-3/+1
2016-10-30virtio-blk: always use dataplane path if ioeventfd is activePaolo Bonzini1-28/+45
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 Hajnoczi1-2/+2
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 Bonzini1-100/+12
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