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
*
hw/block/virtio-blk: Clean req->dev repetitions
Anastasiia Rusakova
2019-03-07
1
-7
/
+9
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2019-02-26
1
-0
/
+4
|
\
|
*
virtio-blk: Increase in_flight for request restart BH
Kevin Wolf
2019-02-25
1
-0
/
+4
*
|
virtio-blk: add DISCARD and WRITE_ZEROES features
Stefano Garzarella
2019-02-22
1
-0
/
+184
*
|
virtio-blk: set config size depending on the features enabled
Stefano Garzarella
2019-02-22
1
-6
/
+25
*
|
virtio-blk: add "discard" and "write-zeroes" properties
Stefano Garzarella
2019-02-22
1
-0
/
+4
*
|
virtio-blk: add host_features field in VirtIOBlock
Stefano Garzarella
2019-02-22
1
-7
/
+9
*
|
virtio-blk: add acct_failed param to virtio_blk_handle_rw_error()
Stefano Garzarella
2019-02-22
1
-4
/
+6
|
/
*
virtio-blk: set correct config size for the host driver
Changpeng Liu
2019-02-13
1
-4
/
+9
*
virtio-blk: cleanup using VirtIOBlock *s and VirtIODevice *vdev
Stefano Garzarella
2019-02-12
1
-13
/
+9
*
virtio-blk: remove duplicate definition of VirtIOBlock *s pointer
Stefano Garzarella
2019-01-30
1
-2
/
+0
*
virtio-blk: fix comment for virtio_blk_rw_complete as nalloc is initially -1
Dongli Zhang
2018-12-12
1
-1
/
+1
*
virtio-blk: rename iov to out_iov in virtio_blk_handle_request()
Dongli Zhang
2018-12-12
1
-4
/
+4
*
virtio-blk: fix comment for virtio_blk_rw_complete
Yaowei Bai
2018-11-05
1
-2
/
+2
*
block: Remove deprecated -drive option serial
Kevin Wolf
2018-08-15
1
-1
/
+0
*
Revert "block: Remove deprecated -drive option serial"
Cornelia Huck
2018-07-10
1
-0
/
+1
*
block: Remove deprecated -drive option serial
Kevin Wolf
2018-06-15
1
-1
/
+0
*
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
2018-06-01
1
-1
/
+0
*
virtio-blk: reject configs with logical block size > physical block size
Mark Kanda
2017-12-19
1
-0
/
+7
*
virtio-blk: make queue size configurable
Mark Kanda
2017-12-19
1
-1
/
+9
*
hw/block: Use errp directly rather than local_err
Mao Zhongyi
2017-12-19
1
-8
/
+5
*
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
2017-09-19
1
-1
/
+1
*
virtio-blk: handle blk_getlength() errors
Stefan Hajnoczi
2017-08-10
1
-1
/
+3
*
virtio-blk: Convert to DEFINE_PROP_LINK
Fam Zheng
2017-07-14
1
-4
/
+2
*
virtio-blk: trace vdev so devices can be distinguished
Stefan Hajnoczi
2017-06-29
1
-5
/
+7
*
virtio-blk: Remove useless condition around g_free()
Fam Zheng
2017-05-10
1
-3
/
+1
*
hw/block: Request permissions
Kevin Wolf
2017-02-28
1
-1
/
+7
*
block: explicitly acquire aiocontext in aio callbacks that need it
Paolo Bonzini
2017-02-21
1
-1
/
+11
*
block: explicitly acquire aiocontext in bottom halves that need it
Paolo Bonzini
2017-02-21
1
-0
/
+2
*
block: explicitly acquire aiocontext in callbacks that need it
Paolo Bonzini
2017-02-21
1
-1
/
+4
*
virtio: Report real progress in VQ aio poll handler
Fam Zheng
2017-02-17
1
-2
/
+10
*
virtio: convert to use DMA api
Jason Wang
2017-01-10
1
-1
/
+1
*
virtio-blk: suppress virtqueue kick during processing
Stefan Hajnoczi
2017-01-03
1
-6
/
+12
*
virtio-blk: always use dataplane path if ioeventfd is active
Paolo Bonzini
2016-10-30
1
-8
/
+7
*
virtio: cleanup VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
1
-2
/
+0
*
virtio-blk: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
1
-16
/
+11
*
virtio-blk: handle virtio_blk_handle_request() errors
Greg Kurz
2016-10-10
1
-10
/
+28
*
virtio-blk: make some functions static
Greg Kurz
2016-10-10
1
-5
/
+5
*
virtio-blk: add missing virtio_detach_element() call
Stefan Hajnoczi
2016-10-10
1
-0
/
+1
*
virtio-blk: rename virtio_device_info to virtio_blk_info
Changlong Xie
2016-09-13
1
-2
/
+2
*
virtio-blk: Remove stale comment about draining
Fam Zheng
2016-08-05
1
-4
/
+0
*
virtio-blk: Release s->rq queue at system_reset
Fam Zheng
2016-08-05
1
-0
/
+9
*
virtio-blk: Wrap in vmstate
Dr. David Alan Gilbert
2016-07-21
1
-10
/
+6
*
virtio-blk: Call virtio_add_queue_aio
Fam Zheng
2016-07-21
1
-1
/
+1
*
block/qdev: Allow configuring rerror/werror with qdev properties
Kevin Wolf
2016-07-13
1
-0
/
+1
*
block/qdev: Allow configuring WCE with qdev properties
Kevin Wolf
2016-07-13
1
-0
/
+1
*
block: Switch transfer length bounds to byte-based
Eric Blake
2016-07-05
1
-4
/
+5
*
block: Give nonzero result to blk_get_max_transfer_length()
Eric Blake
2016-07-05
1
-2
/
+1
*
virtio-blk: add num-queues device property
Stefan Hajnoczi
2016-06-28
1
-2
/
+13
*
virtio-blk: live migrate s->rq with multiqueue
Stefan Hajnoczi
2016-06-28
1
-1
/
+19
[next]