summaryrefslogtreecommitdiffstats
path: root/hw/block/virtio-blk.c
Commit message (Expand)AuthorAgeFilesLines
* virtio: avoid leading underscores for helpersCornelia Huck2015-09-101-3/+4
* virtio: minor cleanupMichael S. Tsirkin2015-07-271-1/+0
* virtio-blk: only clear VIRTIO_F_ANY_LAYOUT for legacy deviceJason Wang2015-07-271-1/+1
* virtio-blk: fail get_features when both scsi and 1.0 were setJason Wang2015-07-271-1/+9
* virtio: get_features() can failJason Wang2015-07-271-1/+2
* virtio: set any_layout in virtio coreMichael S. Tsirkin2015-07-271-0/+1
* virito-blk: drop duplicate checkGonglei2015-06-241-2/+1
* virtio-blk: Use blk_drain() to drain IO requestsAlexander Yarygin2015-06-231-5/+10
* virtio: make features 64bit wideGerd Hoffmann2015-06-011-1/+1
* misc: Fix new collection of typosStefan Weil2015-04-301-1/+1
* virtio-blk: correctly dirty guest memoryPaolo Bonzini2015-04-081-1/+12
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-03-101-8/+9
|\
| * virtio-blk: Remove the stale FIXME commentFam Zheng2015-03-101-6/+0
| * BlockConf: Call backend functions to detect geometry and blocksizesEkaterina Tumanova2015-03-101-0/+1
| * virtio-blk: Check return value of blk_aio_ioctlFam Zheng2015-03-101-2/+8
* | virtio: add feature checking helpersCornelia Huck2015-02-261-5/+2
* | virtio: feature bit manipulation helpersCornelia Huck2015-02-261-8/+8
* | virtio-blk: switch to standard-headersMichael S. Tsirkin2015-02-261-4/+4
|/
* error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-2/+1
* block: introduce BDRV_REQUEST_MAX_SECTORSPeter Lieven2015-02-061-2/+2
* virtio-blk: add a knob to disable request mergingPeter Lieven2015-02-061-1/+4
* virtio-blk: introduce multireadPeter Lieven2015-02-061-94/+202
* hw/virtio-blk: add a constant for max number of merged requestsPeter Lieven2015-02-061-1/+1
* virtio-blk: Use blk_aio_ioctlFam Zheng2015-01-231-46/+79
* virtio-blk: Pass req to virtio_blk_handle_scsi_reqFam Zheng2015-01-231-4/+5
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-46/+49
* virtio-blk: Rename VirtIOBlkConf variables to confMarkus Armbruster2014-10-201-25/+25
* virtio-blk: Drop redundant VirtIOBlock member confMarkus Armbruster2014-10-201-13/+13
* bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei2014-10-151-2/+0
* virtio-blk: add bootindex to qom propertyGonglei2014-10-151-0/+3
* block: Always compile virtio-blk dataplaneFam Zheng2014-09-221-18/+2
* block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet2014-09-101-6/+9
* block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet2014-09-101-3/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-281-4/+3
|\
| * block: Pass errp in blkconf_geometryFam Zheng2014-08-261-4/+3
* | virtio-blk: fix reference a pointer which might be freedzhanghailiang2014-08-201-1/+2
|/
* virtio-blk: Correct bug in support for flexible descriptor layoutMarc Marí2014-08-151-7/+7
* virtio-blk: Treat read/write beyond end as invalidMarkus Armbruster2014-07-141-0/+7
* virtio-blk: Bypass error action and I/O accounting on invalid r/wMarkus Armbruster2014-07-141-6/+8
* virtio-blk: Factor common checks out of virtio_blk_handle_read/write()Markus Armbruster2014-07-141-10/+14
* virtio-blk: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi2014-07-141-24/+22
* virtio-blk: avoid g_slice_new0() for VirtIOBlockReq and VirtQueueElementStefan Hajnoczi2014-07-141-2/+4
* virtio-blk: replace x-iothread with iothread link propertyStefan Hajnoczi2014-07-011-1/+11
* virtio-blk: move qdev properties into virtio-blk.cStefan Hajnoczi2014-07-011-1/+11
* virtio-blk: drop virtio_blk_set_conf()Stefan Hajnoczi2014-07-011-6/+0
* virtio-blk: use virtio wrappers to access headersRusty Russell2014-06-291-17/+21
* virtio-blk: implement per-device migration callsGreg Kurz2014-06-291-8/+16
* virtio: introduce device specific migration callsGreg Kurz2014-06-291-1/+1
* virtio-blk: Schedule BH in the right contextFam Zheng2014-06-271-1/+2
* virtio-blk: Export request handling functions to dataplaneFam Zheng2014-06-271-8/+2
OpenPOWER on IntegriCloud