summaryrefslogtreecommitdiff
path: root/hw/block/virtio-blk.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-06virtio-blk: add a knob to disable request mergingPeter Lieven1-1/+4
2015-02-06virtio-blk: introduce multireadPeter Lieven1-94/+202
2015-02-06hw/virtio-blk: add a constant for max number of merged requestsPeter Lieven1-1/+1
2015-01-23virtio-blk: Use blk_aio_ioctlFam Zheng1-46/+79
2015-01-23virtio-blk: Pass req to virtio_blk_handle_scsi_reqFam Zheng1-4/+5
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-46/+49
2014-10-20virtio-blk: Rename VirtIOBlkConf variables to confMarkus Armbruster1-25/+25
2014-10-20virtio-blk: Drop redundant VirtIOBlock member confMarkus Armbruster1-13/+13
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei1-2/+0
2014-10-15virtio-blk: add bootindex to qom propertyGonglei1-0/+3
2014-09-22block: Always compile virtio-blk dataplaneFam Zheng1-18/+2