aboutsummaryrefslogtreecommitdiff
path: root/hw/block/virtio-blk.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-03-07hw/block/virtio-blk: Clean req->dev repetitionsAnastasiia Rusakova1-7/+9
2019-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+4
2019-02-25virtio-blk: Increase in_flight for request restart BHKevin Wolf1-0/+4
2019-02-22virtio-blk: add DISCARD and WRITE_ZEROES featuresStefano Garzarella1-0/+184
2019-02-22virtio-blk: set config size depending on the features enabledStefano Garzarella1-6/+25
2019-02-22virtio-blk: add "discard" and "write-zeroes" propertiesStefano Garzarella1-0/+4
2019-02-22virtio-blk: add host_features field in VirtIOBlockStefano Garzarella1-7/+9
2019-02-22virtio-blk: add acct_failed param to virtio_blk_handle_rw_error()Stefano Garzarella1-4/+6
2019-02-13virtio-blk: set correct config size for the host driverChangpeng Liu1-4/+9
2019-02-12virtio-blk: cleanup using VirtIOBlock *s and VirtIODevice *vdevStefano Garzarella1-13/+9
2019-01-30virtio-blk: remove duplicate definition of VirtIOBlock *s pointerStefano Garzarella1-2/+0
2018-12-12virtio-blk: fix comment for virtio_blk_rw_complete as nalloc is initially -1Dongli Zhang1-1/+1
2018-12-12virtio-blk: rename iov to out_iov in virtio_blk_handle_request()Dongli Zhang1-4/+4
2018-11-05virtio-blk: fix comment for virtio_blk_rw_completeYaowei Bai1-2/+2
2018-08-15block: Remove deprecated -drive option serialKevin Wolf1-1/+0
2018-07-10Revert "block: Remove deprecated -drive option serial"Cornelia Huck1-0/+1
2018-06-15block: Remove deprecated -drive option serialKevin Wolf1-1/+0
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2017-12-19virtio-blk: reject configs with logical block size > physical block sizeMark Kanda1-0/+7
2017-12-19virtio-blk: make queue size configurableMark Kanda1-1/+9
2017-12-19hw/block: Use errp directly rather than local_errMao Zhongyi1-8/+5
2017-09-19scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini1-1/+1
2017-08-10virtio-blk: handle blk_getlength() errorsStefan Hajnoczi1-1/+3
2017-07-14virtio-blk: Convert to DEFINE_PROP_LINKFam Zheng1-4/+2
2017-06-29virtio-blk: trace vdev so devices can be distinguishedStefan Hajnoczi1-5/+7
2017-05-10virtio-blk: Remove useless condition around g_free()Fam Zheng1-3/+1
2017-02-28hw/block: Request permissionsKevin Wolf1-1/+7
2017-02-21block: explicitly acquire aiocontext in aio callbacks that need itPaolo Bonzini1-1/+11
2017-02-21block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini1-0/+2
2017-02-21block: explicitly acquire aiocontext in callbacks that need itPaolo Bonzini1-1/+4
2017-02-17virtio: Report real progress in VQ aio poll handlerFam Zheng1-2/+10
2017-01-10virtio: convert to use DMA apiJason Wang1-1/+1
2017-01-03virtio-blk: suppress virtqueue kick during processingStefan Hajnoczi1-6/+12
2016-10-30virtio-blk: always use dataplane path if ioeventfd is activePaolo Bonzini1-8/+7
2016-10-10virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic1-2/+0
2016-10-10virtio-blk: convert VMSTATE_VIRTIO_DEVICEHalil Pasic1-16/+11
2016-10-10virtio-blk: handle virtio_blk_handle_request() errorsGreg Kurz1-10/+28
2016-10-10virtio-blk: make some functions staticGreg Kurz1-5/+5
2016-10-10virtio-blk: add missing virtio_detach_element() callStefan Hajnoczi1-0/+1
2016-09-13virtio-blk: rename virtio_device_info to virtio_blk_infoChanglong Xie1-2/+2
2016-08-05virtio-blk: Remove stale comment about drainingFam Zheng1-4/+0
2016-08-05virtio-blk: Release s->rq queue at system_resetFam Zheng1-0/+9
2016-07-21virtio-blk: Wrap in vmstateDr. David Alan Gilbert1-10/+6
2016-07-21virtio-blk: Call virtio_add_queue_aioFam Zheng1-1/+1
2016-07-13block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf1-0/+1
2016-07-13block/qdev: Allow configuring WCE with qdev propertiesKevin Wolf1-0/+1
2016-07-05block: Switch transfer length bounds to byte-basedEric Blake1-4/+5
2016-07-05block: Give nonzero result to blk_get_max_transfer_length()Eric Blake1-2/+1
2016-06-28virtio-blk: add num-queues device propertyStefan Hajnoczi1-2/+13