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
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
2015-10-23
dataplane: Mark host notifiers' client type as "external"
Fam Zheng
1
-3
/
+2
2015-10-23
aio: Add "is_external" flag for event handlers
Fam Zheng
1
-2
/
+4
2015-07-29
virtio-blk-dataplane: delete bottom half before the AioContext is freed
Paolo Bonzini
1
-1
/
+1
2015-04-08
virtio-blk: correctly dirty guest memory
Paolo Bonzini
1
-2
/
+1
2015-02-16
dataplane: endianness-aware accesses
Cornelia Huck
1
-1
/
+3
2015-02-06
virtio-blk: introduce multiread
Peter Lieven
1
-4
/
+4
2015-01-13
block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET}
Fam Zheng
1
-1
/
+2
2014-12-10
blockdev: acquire AioContext in QMP 'transaction' actions
Stefan Hajnoczi
1
-0
/
+2
2014-12-10
blockdev: acquire AioContext in change-backing-file
Stefan Hajnoczi
1
-0
/
+1
2014-12-10
blockdev: acquire AioContext in eject, change, and block_passwd
Stefan Hajnoczi
1
-0
/
+1
2014-12-10
blockdev: acquire AioContext in blockdev-snapshot-delete-internal-sync
Stefan Hajnoczi
1
-0
/
+2
2014-11-03
block: declare blockjobs and dataplane friends!
Stefan Hajnoczi
1
-0
/
+5
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-12
/
+12
2014-10-20
virtio-blk: Rename VirtIOBlkConf variables to conf
Markus Armbruster
1
-16
/
+17
2014-09-11
dataplane: fix virtio_blk_data_plane_create() op blocker error path
Stefan Hajnoczi
1
-2
/
+2
2014-08-29
virtio-blk: allow drive_del with dataplane
Stefan Hajnoczi
1
-0
/
+1
2014-08-20
virtio-blk: allow block_resize with dataplane
Stefan Hajnoczi
1
-0
/
+1
2014-08-15
dataplane: stop trying on notifier error
Cornelia Huck
1
-1
/
+10
2014-08-15
dataplane: fail notifier setting gracefully
Cornelia Huck
1
-4
/
+11
2014-08-15
dataplane: print why starting failed
Cornelia Huck
1
-5
/
+8
[next]