index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
virtio-blk: move qdev properties into virtio-blk.c
Stefan Hajnoczi
2014-07-01
1
-1
/
+11
*
virtio-blk: drop virtio_blk_set_conf()
Stefan Hajnoczi
2014-07-01
1
-6
/
+0
*
dataplane: bail out on unsupported transport
Cornelia Huck
2014-07-01
1
-0
/
+10
*
virtio-blk: use virtio wrappers to access headers
Rusty Russell
2014-06-29
1
-17
/
+21
*
virtio-blk: implement per-device migration calls
Greg Kurz
2014-06-29
1
-8
/
+16
*
virtio: introduce device specific migration calls
Greg Kurz
2014-06-29
1
-1
/
+1
*
virtio-blk: Rename complete_request_early to complete_request_vring
Fam Zheng
2014-06-27
1
-2
/
+2
*
virtio-blk: Unify {non-,}dataplane's request handlings
Fam Zheng
2014-06-27
1
-164
/
+19
*
virtio-blk: Schedule BH in the right context
Fam Zheng
2014-06-27
1
-1
/
+2
*
virtio-blk: Export request handling functions to dataplane
Fam Zheng
2014-06-27
1
-8
/
+2
*
virtio-blk: Make request completion function virtual
Fam Zheng
2014-06-27
1
-1
/
+8
*
virtio-blk: Fix and clean up the in_sg and out_sg check
Fam Zheng
2014-06-27
1
-7
/
+14
*
virtio-blk: Fill in VirtIOBlockReq.out in dataplane code
Fam Zheng
2014-06-27
1
-58
/
+44
*
virtio-blk: Convert VirtIOBlockReq.out to structrue
Fam Zheng
2014-06-27
1
-6
/
+14
*
virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdr
Fam Zheng
2014-06-27
1
-32
/
+22
*
virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReq
Fam Zheng
2014-06-27
1
-19
/
+15
*
virtio-blk: Drop VirtIOBlockRequest.read
Fam Zheng
2014-06-27
1
-2
/
+0
*
virtio-blk: Drop bounce buffer from dataplane code
Fam Zheng
2014-06-27
1
-25
/
+0
*
virtio-blk: Convert VirtIOBlockReq.elem to pointer
Fam Zheng
2014-06-27
1
-39
/
+46
*
virtio-blk: Move VirtIOBlockReq to header
Fam Zheng
2014-06-27
1
-11
/
+0
*
qapi: adjust existing defines
Wenchao Xia
2014-06-23
1
-3
/
+3
*
block: m25p80: Support read only bdrvs.
Peter Crosthwaite
2014-06-21
1
-6
/
+2
*
block: m25p80: sync_page(): Deindent function body.
Peter Crosthwaite
2014-06-21
1
-11
/
+13
*
hw/block/pflash_cfi01: Report correct size info for parallel configs
Peter Maydell
2014-06-19
1
-3
/
+17
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2014-06-16
1
-3
/
+1
|
\
|
*
block: Drop superfluous conditionals around g_free()
Markus Armbruster
2014-06-16
1
-3
/
+1
*
|
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-06-16
1
-10
/
+6
|
/
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2014-06-09
5
-366
/
+149
|
\
|
*
dataplane: Support VIRTIO_BLK_T_SCSI_CMD
Fam Zheng
2014-06-04
1
-8
/
+10
|
*
virtio-blk: Factor out virtio_blk_handle_scsi_req from virtio_blk_handle_scsi
Fam Zheng
2014-06-04
1
-34
/
+41
|
*
virtio-blk: Allow config-wce in dataplane
Fam Zheng
2014-06-04
2
-7
/
+7
|
*
dataplane: implement async flush
Stefan Hajnoczi
2014-06-04
1
-16
/
+27
|
*
dataplane: delete IOQueue since it is no longer used
Stefan Hajnoczi
2014-06-04
3
-175
/
+1
|
*
dataplane: use the QEMU block layer for I/O
Stefan Hajnoczi
2014-06-04
1
-128
/
+65
*
|
hw: use ld_p/st_p instead of ld_raw/st_raw
Paolo Bonzini
2014-06-05
1
-6
/
+6
|
/
*
block: Replace in_use with operation blocker
Fam Zheng
2014-05-28
1
-6
/
+12
*
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...
Peter Maydell
2014-05-15
1
-1
/
+0
|
\
|
*
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
2014-05-14
1
-1
/
+0
*
|
savevm: Remove all the unneeded version_minimum_id_old (arm)
Juan Quintela
2014-05-13
3
-5
/
+2
|
/
*
xen_disk: add discard support
Olaf Hering
2014-05-07
2
-0
/
+45
*
block: Add errp to bdrv_new()
Kevin Wolf
2014-04-22
1
-2
/
+5
*
dataplane: replace iothread object_add() with embedded instance
Stefan Hajnoczi
2014-04-04
1
-19
/
+12
*
nvme: Permit zero-length block devices
Andreas Färber
2014-03-31
1
-2
/
+2
*
dataplane: fix implicit IOThread refcount
Stefan Hajnoczi
2014-03-19
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2014-03-13
1
-42
/
+54
|
\
|
*
dataplane: replace internal thread with IOThread
Stefan Hajnoczi
2014-03-13
1
-42
/
+54
*
|
block/m25p80: Remove FROM_SSI_SLAVE() usages
Peter Crosthwaite
2014-03-12
1
-4
/
+5
|
/
*
Add a 'name' parameter to qemu_thread_create
Dr. David Alan Gilbert
2014-03-09
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2014-02-25
1
-2
/
+2
|
\
|
*
block: Add reference parameter to bdrv_open()
Max Reitz
2014-02-21
1
-2
/
+2
[prev]
[next]