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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
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
2
-17
/
+18
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
2014-07-15
virtio-blk: dataplane: notify guest as a batch
Ming Lei
1
-1
/
+19
2014-07-15
virtio-blk: data-plane: fix save/set .complete_request in start
Ming Lei
1
-3
/
+4
2014-07-14
virtio-blk: embed VirtQueueElement in VirtIOBlockReq
Stefan Hajnoczi
1
-15
/
+14
2014-07-14
virtio-blk: avoid dataplane VirtIOBlockReq early free
Stefan Hajnoczi
1
-1
/
+0
2014-07-07
dataplane: submit I/O as a batch
Ming Lei
1
-0
/
+2
2014-07-01
virtio-blk: remove need for explicit x-data-plane=on option
Stefan Hajnoczi
1
-1
/
+1
2014-07-01
dataplane: bail out on unsupported transport
Cornelia Huck
1
-0
/
+10
2014-06-27
virtio-blk: Rename complete_request_early to complete_request_vring
Fam Zheng
1
-2
/
+2
2014-06-27
virtio-blk: Unify {non-,}dataplane's request handlings
Fam Zheng
1
-164
/
+19
2014-06-27
virtio-blk: Fill in VirtIOBlockReq.out in dataplane code
Fam Zheng
1
-58
/
+44
2014-06-27
virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdr
Fam Zheng
1
-32
/
+22
2014-06-27
virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReq
Fam Zheng
1
-19
/
+15
2014-06-27
virtio-blk: Drop VirtIOBlockRequest.read
Fam Zheng
1
-2
/
+0
2014-06-27
virtio-blk: Drop bounce buffer from dataplane code
Fam Zheng
1
-25
/
+0
2014-06-04
dataplane: Support VIRTIO_BLK_T_SCSI_CMD
Fam Zheng
1
-8
/
+10
2014-06-04
virtio-blk: Allow config-wce in dataplane
Fam Zheng
1
-6
/
+0
2014-06-04
dataplane: implement async flush
Stefan Hajnoczi
1
-16
/
+27
2014-06-04
dataplane: delete IOQueue since it is no longer used
Stefan Hajnoczi
3
-175
/
+1
2014-06-04
dataplane: use the QEMU block layer for I/O
Stefan Hajnoczi
1
-128
/
+65
2014-05-28
block: Replace in_use with operation blocker
Fam Zheng
1
-6
/
+12
2014-04-04
dataplane: replace iothread object_add() with embedded instance
Stefan Hajnoczi
1
-19
/
+12
2014-03-19
dataplane: fix implicit IOThread refcount
Stefan Hajnoczi
1
-1
/
+1
2014-03-13
dataplane: replace internal thread with IOThread
Stefan Hajnoczi
1
-42
/
+54
2014-03-09
Add a 'name' parameter to qemu_thread_create
Dr. David Alan Gilbert
1
-1
/
+1
2014-01-31
dataplane: Comment fix
Markus Armbruster
1
-1
/
+1
2013-12-20
dataplane: change vring API to use VirtQueueElement
Paolo Bonzini
1
-52
/
+33
2013-12-20
vring: factor common code for error exits
Paolo Bonzini
1
-0
/
+1
2013-12-09
virtio-blk-dataplane: Improve error reporting
Andreas Färber
2
-16
/
+19
2013-09-06
dataplane: Fix startup race.
Cornelia Huck
1
-0
/
+9
2013-08-19
aio: drop io_flush argument
Stefan Hajnoczi
1
-4
/
+4
2013-08-19
dataplane/virtio-blk: drop flush_true() and flush_io()
Stefan Hajnoczi
1
-15
/
+2
2013-08-19
dataplane/virtio-blk: check exit conditions before aio_poll()
Stefan Hajnoczi
1
-2
/
+2
[next]