index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
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
2014-05-07
xen_disk: add discard support
Olaf Hering
2
-0
/
+45
2014-04-22
block: Add errp to bdrv_new()
Kevin Wolf
1
-2
/
+5
2014-04-04
dataplane: replace iothread object_add() with embedded instance
Stefan Hajnoczi
1
-19
/
+12
2014-03-31
nvme: Permit zero-length block devices
Andreas Färber
1
-2
/
+2
2014-03-19
dataplane: fix implicit IOThread refcount
Stefan Hajnoczi
1
-1
/
+1
2014-03-13
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-42
/
+54
2014-03-13
dataplane: replace internal thread with IOThread
Stefan Hajnoczi
1
-42
/
+54
2014-03-12
block/m25p80: Remove FROM_SSI_SLAVE() usages
Peter Crosthwaite
1
-4
/
+5
2014-03-09
Add a 'name' parameter to qemu_thread_create
Dr. David Alan Gilbert
1
-1
/
+1
2014-02-25
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+2
2014-02-21
block: Add reference parameter to bdrv_open()
Max Reitz
1
-2
/
+2
2014-02-21
block: Change BDS parameter of bdrv_open() to **
Max Reitz
1
-1
/
+1
2014-02-20
xen_disk: fix io accounting
Olaf Hering
1
-1
/
+12
2014-02-14
qdev: Remove hex8/32/64 property types
Paolo Bonzini
1
-1
/
+1
[next]