aboutsummaryrefslogtreecommitdiff
path: root/hw/block/dataplane
AgeCommit message (Expand)AuthorFilesLines
2024-01-26virtio-blk: move dataplane code into virtio-blk.cStefan Hajnoczi5-445/+0
2024-01-08Rename "QEMU global mutex" to "BQL" in comments and docsStefan Hajnoczi1-4/+4
2023-12-25virtio-blk: Fix potential nullpointer read access in virtio_blk_data_plane_de...Stefan Weil via1-1/+2
2023-12-21virtio-blk: add iothread-vq-mapping parameterStefan Hajnoczi2-38/+120
2023-12-21block: remove AioContext lockingStefan Hajnoczi2-25/+2
2023-10-31virtio-blk: remove batch notification BHStefan Hajnoczi1-47/+1
2023-10-31util/defer-call: move defer_call() to util/Stefan Hajnoczi1-0/+1
2023-10-31block: rename blk_io_plug_call() API to defer_call()Stefan Hajnoczi1-5/+5
2023-07-12virtio-blk: fix host notifier issues during dataplane start/stopStefan Hajnoczi1-22/+31
2023-06-23hw/virtio: Build various target-agnostic objects just oncePhilippe Mathieu-Daudé1-1/+1
2023-06-23hw/virtio: Remove unnecessary 'virtio-access.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-06-01block: add blk_io_plug_call() APIStefan Hajnoczi1-4/+4
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-30xen-block: implement BlockDevOps->drained_begin()Stefan Hajnoczi2-11/+33
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 Bulekov2-3/+5
2023-03-07hw/xen: Build PV backend drivers for CONFIG_XEN_BUSDavid Woodhouse1-1/+1
2023-03-07hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse1-1/+2
2023-03-07hw/xen: Use XEN_PAGE_SIZE in PV backend driversDavid Woodhouse1-4/+4
2023-03-07hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse1-0/+1
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-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
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