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
Age
Commit message (
Expand
)
Author
Files
Lines
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: Treat read/write beyond end as invalid
Markus Armbruster
1
-0
/
+7
2014-07-14
virtio-blk: Bypass error action and I/O accounting on invalid r/w
Markus Armbruster
1
-6
/
+8
2014-07-14
virtio-blk: Factor common checks out of virtio_blk_handle_read/write()
Markus Armbruster
1
-10
/
+14
2014-07-14
virtio-blk: embed VirtQueueElement in VirtIOBlockReq
Stefan Hajnoczi
2
-39
/
+36
2014-07-14
virtio-blk: avoid g_slice_new0() for VirtIOBlockReq and VirtQueueElement
Stefan Hajnoczi
1
-2
/
+4
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
virtio-blk: replace x-iothread with iothread link property
Stefan Hajnoczi
1
-1
/
+11
2014-07-01
virtio-blk: move qdev properties into virtio-blk.c
Stefan Hajnoczi
1
-1
/
+11
2014-07-01
virtio-blk: drop virtio_blk_set_conf()
Stefan Hajnoczi
1
-6
/
+0
2014-07-01
dataplane: bail out on unsupported transport
Cornelia Huck
1
-0
/
+10
2014-06-29
virtio-blk: use virtio wrappers to access headers
Rusty Russell
1
-17
/
+21
2014-06-29
virtio-blk: implement per-device migration calls
Greg Kurz
1
-8
/
+16
2014-06-29
virtio: introduce device specific migration calls
Greg Kurz
1
-1
/
+1
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: Schedule BH in the right context
Fam Zheng
1
-1
/
+2
2014-06-27
virtio-blk: Export request handling functions to dataplane
Fam Zheng
1
-8
/
+2
2014-06-27
virtio-blk: Make request completion function virtual
Fam Zheng
1
-1
/
+8
2014-06-27
virtio-blk: Fix and clean up the in_sg and out_sg check
Fam Zheng
1
-7
/
+14
2014-06-27
virtio-blk: Fill in VirtIOBlockReq.out in dataplane code
Fam Zheng
1
-58
/
+44
2014-06-27
virtio-blk: Convert VirtIOBlockReq.out to structrue
Fam Zheng
1
-6
/
+14
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-27
virtio-blk: Convert VirtIOBlockReq.elem to pointer
Fam Zheng
1
-39
/
+46
2014-06-27
virtio-blk: Move VirtIOBlockReq to header
Fam Zheng
1
-11
/
+0
2014-06-23
qapi: adjust existing defines
Wenchao Xia
1
-3
/
+3
2014-06-21
block: m25p80: Support read only bdrvs.
Peter Crosthwaite
1
-6
/
+2
2014-06-21
block: m25p80: sync_page(): Deindent function body.
Peter Crosthwaite
1
-11
/
+13
2014-06-19
hw/block/pflash_cfi01: Report correct size info for parallel configs
Peter Maydell
1
-3
/
+17
2014-06-16
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-3
/
+1
2014-06-16
block: Drop superfluous conditionals around g_free()
Markus Armbruster
1
-3
/
+1
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
1
-10
/
+6
2014-06-09
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
5
-366
/
+149
2014-06-05
hw: use ld_p/st_p instead of ld_raw/st_raw
Paolo Bonzini
1
-6
/
+6
2014-06-04
dataplane: Support VIRTIO_BLK_T_SCSI_CMD
Fam Zheng
1
-8
/
+10
2014-06-04
virtio-blk: Factor out virtio_blk_handle_scsi_req from virtio_blk_handle_scsi
Fam Zheng
1
-34
/
+41
2014-06-04
virtio-blk: Allow config-wce in dataplane
Fam Zheng
2
-7
/
+7
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-05-15
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...
Peter Maydell
1
-1
/
+0
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
1
-1
/
+0
2014-05-13
savevm: Remove all the unneeded version_minimum_id_old (arm)
Juan Quintela
3
-5
/
+2
[next]