summaryrefslogtreecommitdiff
path: root/hw/block/virtio-blk.c
AgeCommit message (Expand)Author
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
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck
2015-07-27virtio: minor cleanupMichael S. Tsirkin
2015-07-27virtio-blk: only clear VIRTIO_F_ANY_LAYOUT for legacy deviceJason Wang
2015-07-27virtio-blk: fail get_features when both scsi and 1.0 were setJason Wang
2015-07-27virtio: get_features() can failJason Wang
2015-07-27virtio: set any_layout in virtio coreMichael S. Tsirkin
2015-06-24virito-blk: drop duplicate checkGonglei
2015-06-23virtio-blk: Use blk_drain() to drain IO requestsAlexander Yarygin
2015-06-01virtio: make features 64bit wideGerd Hoffmann
2015-04-30misc: Fix new collection of typosStefan Weil
2015-04-08virtio-blk: correctly dirty guest memoryPaolo Bonzini
2015-03-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-03-10virtio-blk: Remove the stale FIXME commentFam Zheng
2015-03-10BlockConf: Call backend functions to detect geometry and blocksizesEkaterina Tumanova
2015-03-10virtio-blk: Check return value of blk_aio_ioctlFam Zheng
2015-02-26virtio: add feature checking helpersCornelia Huck
2015-02-26virtio: feature bit manipulation helpersCornelia Huck
2015-02-26virtio-blk: switch to standard-headersMichael S. Tsirkin
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2015-02-06block: introduce BDRV_REQUEST_MAX_SECTORSPeter Lieven
2015-02-06virtio-blk: add a knob to disable request mergingPeter Lieven
2015-02-06virtio-blk: introduce multireadPeter Lieven
2015-02-06hw/virtio-blk: add a constant for max number of merged requestsPeter Lieven
2015-01-23virtio-blk: Use blk_aio_ioctlFam Zheng
2015-01-23virtio-blk: Pass req to virtio_blk_handle_scsi_reqFam Zheng
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20virtio-blk: Rename VirtIOBlkConf variables to confMarkus Armbruster
2014-10-20virtio-blk: Drop redundant VirtIOBlock member confMarkus Armbruster
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei
2014-10-15virtio-blk: add bootindex to qom propertyGonglei