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
/
virtio-blk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio-blk: Use blk_drain() to drain IO requests
Alexander Yarygin
2015-06-23
1
-5
/
+10
*
virtio: make features 64bit wide
Gerd Hoffmann
2015-06-01
1
-1
/
+1
*
misc: Fix new collection of typos
Stefan Weil
2015-04-30
1
-1
/
+1
*
virtio-blk: correctly dirty guest memory
Paolo Bonzini
2015-04-08
1
-1
/
+12
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2015-03-10
1
-8
/
+9
|
\
|
*
virtio-blk: Remove the stale FIXME comment
Fam Zheng
2015-03-10
1
-6
/
+0
|
*
BlockConf: Call backend functions to detect geometry and blocksizes
Ekaterina Tumanova
2015-03-10
1
-0
/
+1
|
*
virtio-blk: Check return value of blk_aio_ioctl
Fam Zheng
2015-03-10
1
-2
/
+8
*
|
virtio: add feature checking helpers
Cornelia Huck
2015-02-26
1
-5
/
+2
*
|
virtio: feature bit manipulation helpers
Cornelia Huck
2015-02-26
1
-8
/
+8
*
|
virtio-blk: switch to standard-headers
Michael S. Tsirkin
2015-02-26
1
-4
/
+4
|
/
*
error: Use error_report_err() where appropriate
Markus Armbruster
2015-02-18
1
-2
/
+1
*
block: introduce BDRV_REQUEST_MAX_SECTORS
Peter Lieven
2015-02-06
1
-2
/
+2
*
virtio-blk: add a knob to disable request merging
Peter Lieven
2015-02-06
1
-1
/
+4
*
virtio-blk: introduce multiread
Peter Lieven
2015-02-06
1
-94
/
+202
*
hw/virtio-blk: add a constant for max number of merged requests
Peter Lieven
2015-02-06
1
-1
/
+1
*
virtio-blk: Use blk_aio_ioctl
Fam Zheng
2015-01-23
1
-46
/
+79
*
virtio-blk: Pass req to virtio_blk_handle_scsi_req
Fam Zheng
2015-01-23
1
-4
/
+5
*
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
1
-46
/
+49
*
virtio-blk: Rename VirtIOBlkConf variables to conf
Markus Armbruster
2014-10-20
1
-25
/
+25
*
virtio-blk: Drop redundant VirtIOBlock member conf
Markus Armbruster
2014-10-20
1
-13
/
+13
*
bootindex: move calling add_boot_device_patch to bootindex setter function
Gonglei
2014-10-15
1
-2
/
+0
*
virtio-blk: add bootindex to qom property
Gonglei
2014-10-15
1
-0
/
+3
*
block: Always compile virtio-blk dataplane
Fam Zheng
2014-09-22
1
-18
/
+2
*
block: Make the block accounting functions operate on BlockAcctStats
Benoît Canet
2014-09-10
1
-6
/
+9
*
block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_
Benoît Canet
2014-09-10
1
-3
/
+3
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-08-28
1
-4
/
+3
|
\
|
*
block: Pass errp in blkconf_geometry
Fam Zheng
2014-08-26
1
-4
/
+3
*
|
virtio-blk: fix reference a pointer which might be freed
zhanghailiang
2014-08-20
1
-1
/
+2
|
/
*
virtio-blk: Correct bug in support for flexible descriptor layout
Marc Marí
2014-08-15
1
-7
/
+7
*
virtio-blk: Treat read/write beyond end as invalid
Markus Armbruster
2014-07-14
1
-0
/
+7
*
virtio-blk: Bypass error action and I/O accounting on invalid r/w
Markus Armbruster
2014-07-14
1
-6
/
+8
*
virtio-blk: Factor common checks out of virtio_blk_handle_read/write()
Markus Armbruster
2014-07-14
1
-10
/
+14
*
virtio-blk: embed VirtQueueElement in VirtIOBlockReq
Stefan Hajnoczi
2014-07-14
1
-24
/
+22
*
virtio-blk: avoid g_slice_new0() for VirtIOBlockReq and VirtQueueElement
Stefan Hajnoczi
2014-07-14
1
-2
/
+4
*
virtio-blk: replace x-iothread with iothread link property
Stefan Hajnoczi
2014-07-01
1
-1
/
+11
*
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
*
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: 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: Convert VirtIOBlockReq.out to structrue
Fam Zheng
2014-06-27
1
-6
/
+14
*
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
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2014-06-09
1
-35
/
+48
|
\
[next]