index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
block
/
dataplane
Age
Commit message (
Expand
)
Author
2024-01-26
virtio-blk: move dataplane code into virtio-blk.c
Stefan Hajnoczi
2024-01-08
Rename "QEMU global mutex" to "BQL" in comments and docs
Stefan Hajnoczi
2023-12-25
virtio-blk: Fix potential nullpointer read access in virtio_blk_data_plane_de...
Stefan Weil via
2023-12-21
virtio-blk: add iothread-vq-mapping parameter
Stefan Hajnoczi
2023-12-21
block: remove AioContext locking
Stefan Hajnoczi
2023-10-31
virtio-blk: remove batch notification BH
Stefan Hajnoczi
2023-10-31
util/defer-call: move defer_call() to util/
Stefan Hajnoczi
2023-10-31
block: rename blk_io_plug_call() API to defer_call()
Stefan Hajnoczi
2023-07-12
virtio-blk: fix host notifier issues during dataplane start/stop
Stefan Hajnoczi
2023-06-23
hw/virtio: Build various target-agnostic objects just once
Philippe Mathieu-Daudé
2023-06-23
hw/virtio: Remove unnecessary 'virtio-access.h' header
Philippe Mathieu-Daudé
2023-06-01
block: add blk_io_plug_call() API
Stefan Hajnoczi
2023-05-30
virtio-blk: implement BlockDevOps->drained_begin()
Stefan Hajnoczi
2023-05-30
virtio: make it possible to detach host notifier from any thread
Stefan Hajnoczi
2023-05-30
xen-block: implement BlockDevOps->drained_begin()
Stefan Hajnoczi
2023-05-10
aio-wait: avoid AioContext lock in aio_wait_bh_oneshot()
Stefan Hajnoczi
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
2023-03-07
hw/xen: Build PV backend drivers for CONFIG_XEN_BUS
David Woodhouse
2023-03-07
hw/xen: Rename xen_common.h to xen_native.h
David Woodhouse
2023-03-07
hw/xen: Use XEN_PAGE_SIZE in PV backend drivers
David Woodhouse
2023-03-07
hw/xen: Pass grant ref to gnttab unmap operation
David Woodhouse
2023-01-23
virtio-blk: simplify virtio_blk_dma_restart_cb()
Stefan Hajnoczi
2022-08-17
virtio-scsi: fix race in virtio_scsi_dataplane_start()
Stefan Hajnoczi
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
2022-01-12
virtio: unify dataplane and non-dataplane ->handle_output()
Stefan Hajnoczi
2022-01-12
virtio: get rid of VirtIOHandleAIOOutput
Stefan Hajnoczi
2021-12-06
virtio-blk: Fix clean up of host notifiers for single MR transaction.
Mark Mielke
2021-07-02
virtio: Clarify MR transaction optimization
Greg Kurz
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
2021-05-14
virtio-blk: Configure all host notifiers in a single MR transaction
Greg Kurz
2021-05-14
virtio-blk: Fix rollback path in virtio_blk_data_plane_start()
Greg Kurz
2021-01-27
block: Separate blk_is_writable() and blk_supports_write_perm()
Kevin Wolf
2021-01-20
block: Honor blk_set_aio_context() context requirements
Sergio Lopez
2020-08-21
meson: convert hw/block
Marc-André Lureau
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
2020-07-10
xen: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-06-17
virtio-blk: On restart, process queued requests in the proper context
Sergio Lopez
2020-04-07
xen-block: Fix double qlist remove and request leak
Anthony PERARD
2020-02-27
xen-bus/block: explicitly assign event channels to an AioContext
Paul Durrant
2019-12-19
virtio-blk: fix out-of-bounds access to bitmap in notify_guest_bh
Li Hangjing
2019-09-03
virtio-blk: Cancel the pending BH when the dataplane is reset
Philippe Mathieu-Daudé
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-06-24
xen-bus / xen-block: add support for event channel polling
Paul Durrant
2019-06-24
xen-bus: allow AioContext to be specified for each event channel
Paul Durrant
2019-06-24
xen-block: support feature-large-sector-size
Paul Durrant
2019-06-04
block: Add Error to blk_set_aio_context()
Kevin Wolf
2019-04-04
xen-block: scale sector based quantities correctly
Paul Durrant
2019-03-22
trace-events: Shorten file names in comments
Markus Armbruster
2019-03-07
block: fix recursion in hw/block/dataplane
Paolo Bonzini
[next]