summaryrefslogtreecommitdiff
path: root/hw/block/virtio-blk.c
AgeCommit message (Expand)Author
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
2015-12-22virtio-blk: trivial code optimizationGonglei
2015-12-07virtio-blk: Drop x-data-plane optionFam Zheng
2015-11-24virtio-blk: Move resetting of req->mr_next to virtio_blk_handle_rw_errorFam Zheng
2015-11-17virtio-blk: Fix double completion for werror=stopFam Zheng
2015-11-12virtio-blk: Account for failed and invalid operationsAlberto Garcia
2015-10-29virtio: sync the dataplane vring state to the virtqueue before virtio_savePavel Butsykin
2015-10-29virtio-blk: switch off scsi-passthrough by defaultCornelia Huck
2015-10-29virtio-blk: convert to virtqueue_mapMichael S. Tsirkin
2015-10-12block: switch from g_slice allocator to mallocPaolo Bonzini
2015-10-12virtio-blk: use blk_io_plug/unplug for Linux AIO batchingStefan Hajnoczi