aboutsummaryrefslogtreecommitdiff
path: root/hw/block/dataplane
AgeCommit message (Expand)AuthorFilesLines
2020-08-21meson: convert hw/blockMarc-André Lureau2-2/+2
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-10xen: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy1-10/+7
2020-06-17virtio-blk: On restart, process queued requests in the proper contextSergio Lopez1-0/+8
2020-04-07xen-block: Fix double qlist remove and request leakAnthony PERARD1-32/+16
2020-02-27xen-bus/block: explicitly assign event channels to an AioContextPaul Durrant1-2/+18
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 Armbruster2-0/+2
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-06-24xen-bus / xen-block: add support for event channel pollingPaul Durrant1-8/+9
2019-06-24xen-bus: allow AioContext to be specified for each event channelPaul Durrant1-1/+1
2019-06-24xen-block: support feature-large-sector-sizePaul Durrant2-12/+16
2019-06-04block: Add Error to blk_set_aio_context()Kevin Wolf2-5/+13
2019-04-04xen-block: scale sector based quantities correctlyPaul Durrant1-15/+13
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-1/+1
2019-03-07block: fix recursion in hw/block/dataplanePaolo Bonzini1-1/+1
2019-02-28dataplane/xen-block: remove dead codePaul Durrant1-4/+1
2019-02-04xen-block: handle resize callbackPaul Durrant1-3/+1
2019-01-14xen-block: avoid repeated memory allocationTim Smith1-5/+9
2019-01-14xen-block: improve response latencyTim Smith1-38/+18
2019-01-14xen-block: improve batching behaviourTim Smith1-0/+35
2019-01-14xen: purge 'blk' and 'ioreq' from function names in dataplane/xen-block.cPaul Durrant1-44/+46
2019-01-14xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.cPaul Durrant1-154/+156
2019-01-14xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-blockPaul Durrant2-171/+183
2019-01-14xen: add header and build dataplane/xen-block.cPaul Durrant3-100/+286
2019-01-14xen: remove unnecessary code from dataplane/xen-block.cPaul Durrant1-406/+23
2019-01-14xen: duplicate xen_disk.c as basis of dataplane/xen-block.cPaul Durrant1-0/+1019
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 Zhongyi2-6/+8
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
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