aboutsummaryrefslogtreecommitdiffstats
path: root/hw/block/dataplane (follow)
Commit message (Expand)AuthorAgeFilesLines
* virtio-blk: move dataplane code into virtio-blk.cStefan Hajnoczi2024-01-265-445/+0
* Rename "QEMU global mutex" to "BQL" in comments and docsStefan Hajnoczi2024-01-081-4/+4
* virtio-blk: Fix potential nullpointer read access in virtio_blk_data_plane_destroyStefan Weil via2023-12-251-1/+2
* virtio-blk: add iothread-vq-mapping parameterStefan Hajnoczi2023-12-212-38/+120
* block: remove AioContext lockingStefan Hajnoczi2023-12-212-25/+2
* virtio-blk: remove batch notification BHStefan Hajnoczi2023-10-311-47/+1
* util/defer-call: move defer_call() to util/Stefan Hajnoczi2023-10-311-0/+1
* block: rename blk_io_plug_call() API to defer_call()Stefan Hajnoczi2023-10-311-5/+5
* virtio-blk: fix host notifier issues during dataplane start/stopStefan Hajnoczi2023-07-121-22/+31
* hw/virtio: Build various target-agnostic objects just oncePhilippe Mathieu-Daudé2023-06-231-1/+1
* hw/virtio: Remove unnecessary 'virtio-access.h' headerPhilippe Mathieu-Daudé2023-06-231-1/+0
* block: add blk_io_plug_call() APIStefan Hajnoczi2023-06-011-4/+4
* virtio-blk: implement BlockDevOps->drained_begin()Stefan Hajnoczi2023-05-301-6/+10
* virtio: make it possible to detach host notifier from any threadStefan Hajnoczi2023-05-301-0/+7
* xen-block: implement BlockDevOps->drained_begin()Stefan Hajnoczi2023-05-302-11/+33
* aio-wait: avoid AioContext lock in aio_wait_bh_oneshot()Stefan Hajnoczi2023-05-101-1/+2
* hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov2023-04-282-3/+5
* hw/xen: Build PV backend drivers for CONFIG_XEN_BUSDavid Woodhouse2023-03-071-1/+1
* hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse2023-03-071-1/+2
* hw/xen: Use XEN_PAGE_SIZE in PV backend driversDavid Woodhouse2023-03-071-4/+4
* hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse2023-03-071-0/+1
* virtio-blk: simplify virtio_blk_dma_restart_cb()Stefan Hajnoczi2023-01-231-10/+7
* virtio-scsi: fix race in virtio_scsi_dataplane_start()Stefan Hajnoczi2022-08-171-0/+5
* osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
* virtio: unify dataplane and non-dataplane ->handle_output()Stefan Hajnoczi2022-01-121-14/+2
* virtio: get rid of VirtIOHandleAIOOutputStefan Hajnoczi2022-01-121-2/+2
* virtio-blk: Fix clean up of host notifiers for single MR transaction.Mark Mielke2021-12-061-1/+1
* virtio: Clarify MR transaction optimizationGreg Kurz2021-07-021-0/+16
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* virtio-blk: Configure all host notifiers in a single MR transactionGreg Kurz2021-05-141-0/+25
* virtio-blk: Fix rollback path in virtio_blk_data_plane_start()Greg Kurz2021-05-141-2/+9
* block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf2021-01-271-1/+1
* block: Honor blk_set_aio_context() context requirementsSergio Lopez2021-01-202-1/+10
* meson: convert hw/blockMarc-André Lureau2020-08-212-2/+2
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* xen: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-101-10/+7
* virtio-blk: On restart, process queued requests in the proper contextSergio Lopez2020-06-171-0/+8
* xen-block: Fix double qlist remove and request leakAnthony PERARD2020-04-071-32/+16
* xen-bus/block: explicitly assign event channels to an AioContextPaul Durrant2020-02-271-2/+18
* virtio-blk: fix out-of-bounds access to bitmap in notify_guest_bhLi Hangjing2019-12-191-1/+1
* virtio-blk: Cancel the pending BH when the dataplane is resetPhilippe Mathieu-Daudé2019-09-031-0/+3
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-162-0/+2
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* xen-bus / xen-block: add support for event channel pollingPaul Durrant2019-06-241-8/+9
* xen-bus: allow AioContext to be specified for each event channelPaul Durrant2019-06-241-1/+1
* xen-block: support feature-large-sector-sizePaul Durrant2019-06-242-12/+16
* block: Add Error to blk_set_aio_context()Kevin Wolf2019-06-042-5/+13
* xen-block: scale sector based quantities correctlyPaul Durrant2019-04-041-15/+13
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-1/+1
* block: fix recursion in hw/block/dataplanePaolo Bonzini2019-03-071-1/+1