aboutsummaryrefslogtreecommitdiff
path: root/hw/block/virtio-blk.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-12virtio-blk: drop unused virtio_blk_handle_vq() return valueStefan Hajnoczi1-11/+3
2021-05-14virtio-blk: Constify VirtIOFeature feature_sizes[]Philippe Mathieu-Daudé1-1/+1
2021-03-15virtio-blk: Respect discard granularityAkihiko Odaki1-1/+7
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf1-3/+3
2020-09-23virtio-blk: undo destructive iov_discard_*() operationsStefan Hajnoczi1-2/+9
2020-08-27virtio-blk-pci: default num_queues to -smp NStefan Hajnoczi1-1/+5
2020-06-17block: consolidate blocksize properties consistency checksRoman Kagan1-6/+1
2020-06-17virtio-blk: store opt_io_size with correct sizeRoman Kagan1-1/+1
2020-06-17virtio-blk: On restart, process queued requests in the proper contextSergio Lopez1-6/+12
2020-06-17virtio-blk: Refactor the code that processes queued requestsSergio Lopez1-5/+11
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster1-1/+1
2020-03-29virtio-blk: delete vqs on the error path in realize()Pan Nengyuan1-0/+3
2020-02-22virtio: increase virtqueue size for virtio-scsi and virtio-blkDenis Plotnikov1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-06virtio: make seg_max virtqueue size dependentDenis Plotnikov1-1/+8
2020-01-05virtio: don't enable notifications during pollingStefan Hajnoczi1-2/+7
2019-12-13virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev1-1/+5
2019-10-31bootdevice: Gather LCHS from all relevant devicesSam Eiderman1-0/+6
2019-10-28Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell1-2/+2
2019-10-28Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+6
2019-10-28include: Move endof() up from hw/virtio/virtio.hMax Reitz1-2/+2
2019-10-25virtio-blk: Add blk_drain() to virtio_blk_device_unrealize()Julia Suvorova1-0/+1
2019-10-25virtio: basic packed virtqueue supportJason Wang1-1/+1
2019-10-25virtio: Free blk virqueues at unrealize()Eugenio Pérez1-0/+5
2019-10-08virtio-blk: schedule virtio_notify_config to run on main contextSergio Lopez1-1/+15
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster1-0/+1
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