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