aboutsummaryrefslogtreecommitdiff
path: root/hw/block/dataplane
AgeCommit message (Expand)AuthorFilesLines
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-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
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-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf1-1/+1
2021-01-20block: Honor blk_set_aio_context() context requirementsSergio Lopez2-1/+10
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