aboutsummaryrefslogtreecommitdiff
path: root/hw/block/virtio-blk.c
AgeCommit message (Expand)Author
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
2016-06-28virtio-blk: live migrate s->rq with multiqueueStefan Hajnoczi
2016-06-28virtio-blk: associate request with a virtqueueStefan Hajnoczi
2016-06-28virtio-blk: tell dataplane which vq to notifyStefan Hajnoczi
2016-06-28virtio-blk: add VirtIOBlockConf->num_queuesStefan Hajnoczi
2016-06-28Revert "virtio: sync the dataplane vring state to the virtqueue before virtio...Stefan Hajnoczi
2016-05-12virtio: Switch to byte-based aio block accessEric Blake
2016-04-07virtio-blk: use aio handler for data planeMichael S. Tsirkin
2016-04-07virtio-blk: fix disabled modePaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-25virtio-blk: do not use vring in dataplanePaolo Bonzini
2016-02-25virtio-blk: fix "disabled data plane" modePaolo Bonzini
2016-02-06virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini
2016-01-20block: Clean up includesPeter Maydell
2015-12-22block: replace IOV_MAX with BlockLimits.max_iovStefan Hajnoczi