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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2
-0
/
+2
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-06-24
xen-bus / xen-block: add support for event channel polling
Paul Durrant
1
-8
/
+9
2019-06-24
xen-bus: allow AioContext to be specified for each event channel
Paul Durrant
1
-1
/
+1
2019-06-24
xen-block: support feature-large-sector-size
Paul Durrant
2
-12
/
+16
2019-06-04
block: Add Error to blk_set_aio_context()
Kevin Wolf
2
-5
/
+13
2019-04-04
xen-block: scale sector based quantities correctly
Paul Durrant
1
-15
/
+13
2019-03-22
trace-events: Shorten file names in comments
Markus Armbruster
1
-1
/
+1
2019-03-07
block: fix recursion in hw/block/dataplane
Paolo Bonzini
1
-1
/
+1
2019-02-28
dataplane/xen-block: remove dead code
Paul Durrant
1
-4
/
+1
2019-02-04
xen-block: handle resize callback
Paul Durrant
1
-3
/
+1
2019-01-14
xen-block: avoid repeated memory allocation
Tim Smith
1
-5
/
+9
2019-01-14
xen-block: improve response latency
Tim Smith
1
-38
/
+18
2019-01-14
xen-block: improve batching behaviour
Tim Smith
1
-0
/
+35
2019-01-14
xen: purge 'blk' and 'ioreq' from function names in dataplane/xen-block.c
Paul Durrant
1
-44
/
+46
2019-01-14
xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.c
Paul Durrant
1
-154
/
+156
2019-01-14
xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-block
Paul Durrant
2
-171
/
+183
2019-01-14
xen: add header and build dataplane/xen-block.c
Paul Durrant
3
-100
/
+286
2019-01-14
xen: remove unnecessary code from dataplane/xen-block.c
Paul Durrant
1
-406
/
+23
2019-01-14
xen: duplicate xen_disk.c as basis of dataplane/xen-block.c
Paul Durrant
1
-0
/
+1019
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
2
-6
/
+8
2017-07-31
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
1
-1
/
+1
2017-02-17
virtio: Report real progress in VQ aio poll handler
Fam Zheng
1
-2
/
+2
2017-01-31
trace: clean up trace-events files
Stefan Hajnoczi
1
-1
/
+0
2017-01-31
trace: move hw/block/dataplane events to correct subdir
Daniel P. Berrange
1
-0
/
+6
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
2
-31
/
+48
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
2
-3
/
+3
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
2
-100
/
+13
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
[next]