index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
block
/
dataplane
/
virtio-blk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-12
virtio-blk: fix host notifier issues during dataplane start/stop
Stefan Hajnoczi
1
-22
/
+31
2023-06-23
hw/virtio: Remove unnecessary 'virtio-access.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2023-05-30
virtio-blk: implement BlockDevOps->drained_begin()
Stefan Hajnoczi
1
-6
/
+10
2023-05-30
virtio: make it possible to detach host notifier from any thread
Stefan Hajnoczi
1
-0
/
+7
2023-05-10
aio-wait: avoid AioContext lock in aio_wait_bh_oneshot()
Stefan Hajnoczi
1
-1
/
+2
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
1
-1
/
+2
2023-01-23
virtio-blk: simplify virtio_blk_dma_restart_cb()
Stefan Hajnoczi
1
-10
/
+7
2022-08-17
virtio-scsi: fix race in virtio_scsi_dataplane_start()
Stefan Hajnoczi
1
-0
/
+5
2022-01-12
virtio: unify dataplane and non-dataplane ->handle_output()
Stefan Hajnoczi
1
-14
/
+2
2022-01-12
virtio: get rid of VirtIOHandleAIOOutput
Stefan Hajnoczi
1
-2
/
+2
2021-12-06
virtio-blk: Fix clean up of host notifiers for single MR transaction.
Mark Mielke
1
-1
/
+1
2021-07-02
virtio: Clarify MR transaction optimization
Greg Kurz
1
-0
/
+16
2021-05-14
virtio-blk: Configure all host notifiers in a single MR transaction
Greg Kurz
1
-0
/
+25
2021-05-14
virtio-blk: Fix rollback path in virtio_blk_data_plane_start()
Greg Kurz
1
-2
/
+9
2021-01-20
block: Honor blk_set_aio_context() context requirements
Sergio Lopez
1
-0
/
+4
2020-06-17
virtio-blk: On restart, process queued requests in the proper context
Sergio Lopez
1
-0
/
+8
2019-12-19
virtio-blk: fix out-of-bounds access to bitmap in notify_guest_bh
Li Hangjing
1
-1
/
+1
2019-09-03
virtio-blk: Cancel the pending BH when the dataplane is reset
Philippe Mathieu-Daudé
1
-0
/
+3
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-06-04
block: Add Error to blk_set_aio_context()
Kevin Wolf
1
-3
/
+9
2018-06-28
Replace '-enable-kvm' with '-accel kvm' in docs and help texts
Thomas Huth
1
-2
/
+2
2018-06-01
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
1
-1
/
+0
2018-03-08
virtio-blk: fix race between .ioeventfd_stop() and vq handler
Stefan Hajnoczi
1
-7
/
+17
2018-03-08
virtio-blk: dataplane: Don't batch notifications if EVENT_IDX is present
Sergio Lopez
1
-2
/
+13
2018-02-08
virtio: remove event notifier cleanup call on de-assign
Gal Hammer
1
-0
/
+2
2017-12-19
hw/block: Fix the return type
Mao Zhongyi
1
-5
/
+7
2017-02-17
virtio: Report real progress in VQ aio poll handler
Fam Zheng
1
-2
/
+2
2016-11-18
virtio: set ISR on dataplane notifications
Paolo Bonzini
1
-3
/
+1
2016-10-30
virtio-blk: always use dataplane path if ioeventfd is active
Paolo Bonzini
1
-28
/
+45
2016-10-30
virtio: move ioeventfd_started flag to VirtioBusState
Paolo Bonzini
1
-1
/
+1
2016-07-18
virtio-blk: dataplane cleanup
Cao jin
1
-4
/
+2
2016-06-28
virtio-blk: dataplane multiqueue support
Stefan Hajnoczi
1
-16
/
+34
2016-06-28
virtio-blk: tell dataplane which vq to notify
Stefan Hajnoczi
1
-2
/
+2
2016-06-28
virtio-blk: multiqueue batch notify
Stefan Hajnoczi
1
-6
/
+23
2016-06-24
virtio-bus: remove old set_host_notifier callback
Cornelia Huck
1
-10
/
+2
2016-06-24
virtio-bus: have callers tolerate new host notifier api
Cornelia Huck
1
-3
/
+11
2016-06-07
virtio-blk: Remove op blocker for dataplane
Fam Zheng
1
-63
/
+0
2016-04-07
virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se...
Paolo Bonzini
1
-4
/
+3
2016-04-07
virtio-blk: use aio handler for data plane
Michael S. Tsirkin
1
-0
/
+13
2016-04-07
virtio-blk: fix disabled mode
Paolo Bonzini
1
-4
/
+3
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-25
virtio-blk: do not use vring in dataplane
Paolo Bonzini
1
-100
/
+12
2016-02-25
virtio-blk: fix "disabled data plane" mode
Paolo Bonzini
1
-12
/
+9
2016-02-25
vring: make vring_enable_notification return void
Paolo Bonzini
1
-1
/
+2
2016-02-06
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
1
-6
/
+5
2016-02-02
virtio-blk: Functions for op blocker management
Max Reitz
1
-18
/
+59
2016-01-20
block: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-13
error: Use error_prepend() where it makes obvious sense
Markus Armbruster
1
-6
/
+2
2016-01-07
block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCE
Fam Zheng
1
-1
/
+1
2015-12-07
virtio-blk: Drop x-data-plane option
Fam Zheng
1
-13
/
+2
[next]