summaryrefslogtreecommitdiff
path: root/hw/block/dataplane
AgeCommit message (Expand)Author
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-01-12virtio: unify dataplane and non-dataplane ->handle_output()Stefan Hajnoczi
2022-01-12virtio: get rid of VirtIOHandleAIOOutputStefan Hajnoczi
2021-12-06virtio-blk: Fix clean up of host notifiers for single MR transaction.Mark Mielke
2021-07-02virtio: Clarify MR transaction optimizationGreg Kurz
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-14virtio-blk: Configure all host notifiers in a single MR transactionGreg Kurz
2021-05-14virtio-blk: Fix rollback path in virtio_blk_data_plane_start()Greg Kurz
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf
2021-01-20block: Honor blk_set_aio_context() context requirementsSergio Lopez
2020-08-21meson: convert hw/blockMarc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-10xen: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-06-17virtio-blk: On restart, process queued requests in the proper contextSergio Lopez
2020-04-07xen-block: Fix double qlist remove and request leakAnthony PERARD
2020-02-27xen-bus/block: explicitly assign event channels to an AioContextPaul Durrant
2019-12-19virtio-blk: fix out-of-bounds access to bitmap in notify_guest_bhLi Hangjing
2019-09-03virtio-blk: Cancel the pending BH when the dataplane is resetPhilippe Mathieu-Daudé
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-06-24xen-bus / xen-block: add support for event channel pollingPaul Durrant
2019-06-24xen-bus: allow AioContext to be specified for each event channelPaul Durrant
2019-06-24xen-block: support feature-large-sector-sizePaul Durrant
2019-06-04block: Add Error to blk_set_aio_context()Kevin Wolf
2019-04-04xen-block: scale sector based quantities correctlyPaul Durrant
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-07block: fix recursion in hw/block/dataplanePaolo Bonzini
2019-02-28dataplane/xen-block: remove dead codePaul Durrant
2019-02-04xen-block: handle resize callbackPaul Durrant
2019-01-14xen-block: avoid repeated memory allocationTim Smith
2019-01-14xen-block: improve response latencyTim Smith
2019-01-14xen-block: improve batching behaviourTim Smith
2019-01-14xen: purge 'blk' and 'ioreq' from function names in dataplane/xen-block.cPaul Durrant
2019-01-14xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.cPaul Durrant
2019-01-14xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-blockPaul Durrant
2019-01-14xen: add header and build dataplane/xen-block.cPaul Durrant
2019-01-14xen: remove unnecessary code from dataplane/xen-block.cPaul Durrant
2019-01-14xen: duplicate xen_disk.c as basis of dataplane/xen-block.cPaul Durrant
2018-06-28Replace '-enable-kvm' with '-accel kvm' in docs and help textsThomas Huth
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-03-08virtio-blk: fix race between .ioeventfd_stop() and vq handlerStefan Hajnoczi
2018-03-08virtio-blk: dataplane: Don't batch notifications if EVENT_IDX is presentSergio Lopez
2018-02-08virtio: remove event notifier cleanup call on de-assignGal Hammer
2017-12-19hw/block: Fix the return typeMao Zhongyi
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-02-17virtio: Report real progress in VQ aio poll handlerFam Zheng
2017-01-31trace: clean up trace-events filesStefan Hajnoczi
2017-01-31trace: move hw/block/dataplane events to correct subdirDaniel P. Berrange
2016-11-18virtio: set ISR on dataplane notificationsPaolo Bonzini
2016-10-30virtio-blk: always use dataplane path if ioeventfd is activePaolo Bonzini