index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
block
/
dataplane
/
virtio-blk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio: unify dataplane and non-dataplane ->handle_output()
Stefan Hajnoczi
2022-01-12
1
-14
/
+2
*
virtio: get rid of VirtIOHandleAIOOutput
Stefan Hajnoczi
2022-01-12
1
-2
/
+2
*
virtio-blk: Fix clean up of host notifiers for single MR transaction.
Mark Mielke
2021-12-06
1
-1
/
+1
*
virtio: Clarify MR transaction optimization
Greg Kurz
2021-07-02
1
-0
/
+16
*
virtio-blk: Configure all host notifiers in a single MR transaction
Greg Kurz
2021-05-14
1
-0
/
+25
*
virtio-blk: Fix rollback path in virtio_blk_data_plane_start()
Greg Kurz
2021-05-14
1
-2
/
+9
*
block: Honor blk_set_aio_context() context requirements
Sergio Lopez
2021-01-20
1
-0
/
+4
*
virtio-blk: On restart, process queued requests in the proper context
Sergio Lopez
2020-06-17
1
-0
/
+8
*
virtio-blk: fix out-of-bounds access to bitmap in notify_guest_bh
Li Hangjing
2019-12-19
1
-1
/
+1
*
virtio-blk: Cancel the pending BH when the dataplane is reset
Philippe Mathieu-Daudé
2019-09-03
1
-0
/
+3
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
block: Add Error to blk_set_aio_context()
Kevin Wolf
2019-06-04
1
-3
/
+9
*
Replace '-enable-kvm' with '-accel kvm' in docs and help texts
Thomas Huth
2018-06-28
1
-2
/
+2
*
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
2018-06-01
1
-1
/
+0
*
virtio-blk: fix race between .ioeventfd_stop() and vq handler
Stefan Hajnoczi
2018-03-08
1
-7
/
+17
*
virtio-blk: dataplane: Don't batch notifications if EVENT_IDX is present
Sergio Lopez
2018-03-08
1
-2
/
+13
*
virtio: remove event notifier cleanup call on de-assign
Gal Hammer
2018-02-08
1
-0
/
+2
*
hw/block: Fix the return type
Mao Zhongyi
2017-12-19
1
-5
/
+7
*
virtio: Report real progress in VQ aio poll handler
Fam Zheng
2017-02-17
1
-2
/
+2
*
virtio: set ISR on dataplane notifications
Paolo Bonzini
2016-11-18
1
-3
/
+1
*
virtio-blk: always use dataplane path if ioeventfd is active
Paolo Bonzini
2016-10-30
1
-28
/
+45
*
virtio: move ioeventfd_started flag to VirtioBusState
Paolo Bonzini
2016-10-30
1
-1
/
+1
*
virtio-blk: dataplane cleanup
Cao jin
2016-07-18
1
-4
/
+2
*
virtio-blk: dataplane multiqueue support
Stefan Hajnoczi
2016-06-28
1
-16
/
+34
*
virtio-blk: tell dataplane which vq to notify
Stefan Hajnoczi
2016-06-28
1
-2
/
+2
*
virtio-blk: multiqueue batch notify
Stefan Hajnoczi
2016-06-28
1
-6
/
+23
*
virtio-bus: remove old set_host_notifier callback
Cornelia Huck
2016-06-24
1
-10
/
+2
*
virtio-bus: have callers tolerate new host notifier api
Cornelia Huck
2016-06-24
1
-3
/
+11
*
virtio-blk: Remove op blocker for dataplane
Fam Zheng
2016-06-07
1
-63
/
+0
*
virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se...
Paolo Bonzini
2016-04-07
1
-4
/
+3
*
virtio-blk: use aio handler for data plane
Michael S. Tsirkin
2016-04-07
1
-0
/
+13
*
virtio-blk: fix disabled mode
Paolo Bonzini
2016-04-07
1
-4
/
+3
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
virtio-blk: do not use vring in dataplane
Paolo Bonzini
2016-02-25
1
-100
/
+12
*
virtio-blk: fix "disabled data plane" mode
Paolo Bonzini
2016-02-25
1
-12
/
+9
*
vring: make vring_enable_notification return void
Paolo Bonzini
2016-02-25
1
-1
/
+2
*
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
2016-02-06
1
-6
/
+5
*
virtio-blk: Functions for op blocker management
Max Reitz
2016-02-02
1
-18
/
+59
*
block: Clean up includes
Peter Maydell
2016-01-20
1
-0
/
+1
*
error: Use error_prepend() where it makes obvious sense
Markus Armbruster
2016-01-13
1
-6
/
+2
*
block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCE
Fam Zheng
2016-01-07
1
-1
/
+1
*
virtio-blk: Drop x-data-plane option
Fam Zheng
2015-12-07
1
-13
/
+2
*
dataplane: Mark host notifiers' client type as "external"
Fam Zheng
2015-10-23
1
-3
/
+2
*
aio: Add "is_external" flag for event handlers
Fam Zheng
2015-10-23
1
-2
/
+4
*
virtio-blk-dataplane: delete bottom half before the AioContext is freed
Paolo Bonzini
2015-07-29
1
-1
/
+1
*
virtio-blk: correctly dirty guest memory
Paolo Bonzini
2015-04-08
1
-2
/
+1
*
dataplane: endianness-aware accesses
Cornelia Huck
2015-02-16
1
-1
/
+3
*
virtio-blk: introduce multiread
Peter Lieven
2015-02-06
1
-4
/
+4
*
block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET}
Fam Zheng
2015-01-13
1
-1
/
+2
*
blockdev: acquire AioContext in QMP 'transaction' actions
Stefan Hajnoczi
2014-12-10
1
-0
/
+2
[next]