summaryrefslogtreecommitdiff
path: root/hw/block/virtio-blk.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-13block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf1-0/+1
2016-07-13block/qdev: Allow configuring WCE with qdev propertiesKevin Wolf1-0/+1
2016-07-05block: Switch transfer length bounds to byte-basedEric Blake1-4/+5
2016-07-05block: Give nonzero result to blk_get_max_transfer_length()Eric Blake1-2/+1
2016-06-28virtio-blk: add num-queues device propertyStefan Hajnoczi1-2/+13
2016-06-28virtio-blk: live migrate s->rq with multiqueueStefan Hajnoczi1-1/+19
2016-06-28virtio-blk: associate request with a virtqueueStefan Hajnoczi1-9/+11
2016-06-28virtio-blk: tell dataplane which vq to notifyStefan Hajnoczi1-1/+1
2016-06-28virtio-blk: add VirtIOBlockConf->num_queuesStefan Hajnoczi1-0/+1
2016-06-28Revert "virtio: sync the dataplane vring state to the virtqueue before virtio...Stefan Hajnoczi1-5/+0
2016-05-12virtio: Switch to byte-based aio block accessEric Blake1-10/+8
2016-04-07virtio-blk: use aio handler for data planeMichael S. Tsirkin1-10/+17
2016-04-07virtio-blk: fix disabled modePaolo Bonzini1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-25virtio-blk: do not use vring in dataplanePaolo Bonzini1-43/+6
2016-02-25virtio-blk: fix "disabled data plane" modePaolo Bonzini1-1/+1
2016-02-06virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini1-7/+3
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini1-9/+6
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2015-12-22block: replace IOV_MAX with BlockLimits.max_iovStefan Hajnoczi1-1/+1
2015-12-22virtio-blk: trivial code optimizationGonglei1-18/+10
2015-12-07virtio-blk: Drop x-data-plane optionFam Zheng1-1/+0
2015-11-24virtio-blk: Move resetting of req->mr_next to virtio_blk_handle_rw_errorFam Zheng1-4/+3
2015-11-17virtio-blk: Fix double completion for werror=stopFam Zheng1-0/+4
2015-11-12virtio-blk: Account for failed and invalid operationsAlberto Garcia1-1/+3
2015-10-29virtio: sync the dataplane vring state to the virtqueue before virtio_savePavel Butsykin1-0/+5
2015-10-29virtio-blk: switch off scsi-passthrough by defaultCornelia Huck1-1/+1
2015-10-29virtio-blk: convert to virtqueue_mapMichael S. Tsirkin1-4/+1
2015-10-12block: switch from g_slice allocator to mallocPaolo Bonzini1-2/+2
2015-10-12virtio-blk: use blk_io_plug/unplug for Linux AIO batchingStefan Hajnoczi1-0/+4
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck1-3/+4
2015-07-27virtio: minor cleanupMichael S. Tsirkin1-1/+0
2015-07-27virtio-blk: only clear VIRTIO_F_ANY_LAYOUT for legacy deviceJason Wang1-1/+1
2015-07-27virtio-blk: fail get_features when both scsi and 1.0 were setJason Wang1-1/+9
2015-07-27virtio: get_features() can failJason Wang1-1/+2
2015-07-27virtio: set any_layout in virtio coreMichael S. Tsirkin1-0/+1
2015-06-24virito-blk: drop duplicate checkGonglei1-2/+1
2015-06-23virtio-blk: Use blk_drain() to drain IO requestsAlexander Yarygin1-5/+10
2015-06-01virtio: make features 64bit wideGerd Hoffmann1-1/+1
2015-04-30misc: Fix new collection of typosStefan Weil1-1/+1
2015-04-08virtio-blk: correctly dirty guest memoryPaolo Bonzini1-1/+12
2015-03-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-8/+9
2015-03-10virtio-blk: Remove the stale FIXME commentFam Zheng1-6/+0
2015-03-10BlockConf: Call backend functions to detect geometry and blocksizesEkaterina Tumanova1-0/+1
2015-03-10virtio-blk: Check return value of blk_aio_ioctlFam Zheng1-2/+8
2015-02-26virtio: add feature checking helpersCornelia Huck1-5/+2
2015-02-26virtio: feature bit manipulation helpersCornelia Huck1-8/+8
2015-02-26virtio-blk: switch to standard-headersMichael S. Tsirkin1-4/+4
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster1-2/+1
2015-02-06block: introduce BDRV_REQUEST_MAX_SECTORSPeter Lieven1-2/+2