Age | Commit message (Expand) | Author |
2017-08-10 | virtio-blk: handle blk_getlength() errors | Stefan Hajnoczi |
2017-07-14 | virtio-blk: Convert to DEFINE_PROP_LINK | Fam Zheng |
2017-06-29 | virtio-blk: trace vdev so devices can be distinguished | Stefan Hajnoczi |
2017-05-10 | virtio-blk: Remove useless condition around g_free() | Fam Zheng |
2017-02-28 | hw/block: Request permissions | Kevin Wolf |
2017-02-21 | block: explicitly acquire aiocontext in aio callbacks that need it | Paolo Bonzini |
2017-02-21 | block: explicitly acquire aiocontext in bottom halves that need it | Paolo Bonzini |
2017-02-21 | block: explicitly acquire aiocontext in callbacks that need it | Paolo Bonzini |
2017-02-17 | virtio: Report real progress in VQ aio poll handler | Fam Zheng |
2017-01-10 | virtio: convert to use DMA api | Jason Wang |
2017-01-03 | virtio-blk: suppress virtqueue kick during processing | Stefan Hajnoczi |
2016-10-30 | virtio-blk: always use dataplane path if ioeventfd is active | Paolo Bonzini |
2016-10-10 | virtio: cleanup VMSTATE_VIRTIO_DEVICE | Halil Pasic |
2016-10-10 | virtio-blk: convert VMSTATE_VIRTIO_DEVICE | Halil Pasic |
2016-10-10 | virtio-blk: handle virtio_blk_handle_request() errors | Greg Kurz |
2016-10-10 | virtio-blk: make some functions static | Greg Kurz |
2016-10-10 | virtio-blk: add missing virtio_detach_element() call | Stefan Hajnoczi |
2016-09-13 | virtio-blk: rename virtio_device_info to virtio_blk_info | Changlong Xie |
2016-08-05 | virtio-blk: Remove stale comment about draining | Fam Zheng |
2016-08-05 | virtio-blk: Release s->rq queue at system_reset | Fam Zheng |
2016-07-21 | virtio-blk: Wrap in vmstate | Dr. David Alan Gilbert |
2016-07-21 | virtio-blk: Call virtio_add_queue_aio | Fam Zheng |
2016-07-13 | block/qdev: Allow configuring rerror/werror with qdev properties | Kevin Wolf |
2016-07-13 | block/qdev: Allow configuring WCE with qdev properties | Kevin Wolf |
2016-07-05 | block: Switch transfer length bounds to byte-based | Eric Blake |
2016-07-05 | block: Give nonzero result to blk_get_max_transfer_length() | Eric Blake |
2016-06-28 | virtio-blk: add num-queues device property | Stefan Hajnoczi |
2016-06-28 | virtio-blk: live migrate s->rq with multiqueue | Stefan Hajnoczi |
2016-06-28 | virtio-blk: associate request with a virtqueue | Stefan Hajnoczi |
2016-06-28 | virtio-blk: tell dataplane which vq to notify | Stefan Hajnoczi |
2016-06-28 | virtio-blk: add VirtIOBlockConf->num_queues | Stefan Hajnoczi |
2016-06-28 | Revert "virtio: sync the dataplane vring state to the virtqueue before virtio... | Stefan Hajnoczi |
2016-05-12 | virtio: Switch to byte-based aio block access | Eric Blake |
2016-04-07 | virtio-blk: use aio handler for data plane | Michael S. Tsirkin |
2016-04-07 | virtio-blk: fix disabled mode | Paolo Bonzini |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-02-25 | virtio-blk: do not use vring in dataplane | Paolo Bonzini |
2016-02-25 | virtio-blk: fix "disabled data plane" mode | Paolo Bonzini |
2016-02-06 | virtio: introduce qemu_get/put_virtqueue_element | Paolo Bonzini |
2016-02-06 | virtio: move allocation to virtqueue_pop/vring_pop | Paolo Bonzini |
2016-01-20 | block: Clean up includes | Peter Maydell |
2015-12-22 | block: replace IOV_MAX with BlockLimits.max_iov | Stefan Hajnoczi |
2015-12-22 | virtio-blk: trivial code optimization | Gonglei |
2015-12-07 | virtio-blk: Drop x-data-plane option | Fam Zheng |
2015-11-24 | virtio-blk: Move resetting of req->mr_next to virtio_blk_handle_rw_error | Fam Zheng |
2015-11-17 | virtio-blk: Fix double completion for werror=stop | Fam Zheng |
2015-11-12 | virtio-blk: Account for failed and invalid operations | Alberto Garcia |
2015-10-29 | virtio: sync the dataplane vring state to the virtqueue before virtio_save | Pavel Butsykin |
2015-10-29 | virtio-blk: switch off scsi-passthrough by default | Cornelia Huck |
2015-10-29 | virtio-blk: convert to virtqueue_map | Michael S. Tsirkin |