index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
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: Account for failed and invalid operations
Alberto Garcia
2015-11-12
1
-1
/
+3
*
virtio: sync the dataplane vring state to the virtqueue before virtio_save
Pavel Butsykin
2015-10-29
1
-0
/
+5
*
virtio-blk: switch off scsi-passthrough by default
Cornelia Huck
2015-10-29
1
-1
/
+1
*
virtio-blk: convert to virtqueue_map
Michael S. Tsirkin
2015-10-29
1
-4
/
+1
*
block: switch from g_slice allocator to malloc
Paolo Bonzini
2015-10-12
1
-2
/
+2
*
virtio-blk: use blk_io_plug/unplug for Linux AIO batching
Stefan Hajnoczi
2015-10-12
1
-0
/
+4
*
virtio: avoid leading underscores for helpers
Cornelia Huck
2015-09-10
1
-3
/
+4
*
virtio: minor cleanup
Michael S. Tsirkin
2015-07-27
1
-1
/
+0
*
virtio-blk: only clear VIRTIO_F_ANY_LAYOUT for legacy device
Jason Wang
2015-07-27
1
-1
/
+1
*
virtio-blk: fail get_features when both scsi and 1.0 were set
Jason Wang
2015-07-27
1
-1
/
+9
*
virtio: get_features() can fail
Jason Wang
2015-07-27
1
-1
/
+2
*
virtio: set any_layout in virtio core
Michael S. Tsirkin
2015-07-27
1
-0
/
+1
*
virito-blk: drop duplicate check
Gonglei
2015-06-24
1
-2
/
+1
*
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
[next]