summaryrefslogtreecommitdiff
path: root/hw/block/virtio-blk.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet1-6/+9
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet1-3/+3
2014-08-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+3
2014-08-26block: Pass errp in blkconf_geometryFam Zheng1-4/+3
2014-08-20virtio-blk: fix reference a pointer which might be freedzhanghailiang1-1/+2
2014-08-15virtio-blk: Correct bug in support for flexible descriptor layoutMarc Marí1-7/+7
2014-07-14virtio-blk: Treat read/write beyond end as invalidMarkus Armbruster1-0/+7
2014-07-14virtio-blk: Bypass error action and I/O accounting on invalid r/wMarkus Armbruster1-6/+8
2014-07-14virtio-blk: Factor common checks out of virtio_blk_handle_read/write()Markus Armbruster1-10/+14
2014-07-14virtio-blk: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi1-24/+22
2014-07-14virtio-blk: avoid g_slice_new0() for VirtIOBlockReq and VirtQueueElementStefan Hajnoczi1-2/+4
2014-07-01virtio-blk: replace x-iothread with iothread link propertyStefan Hajnoczi1-1/+11
2014-07-01virtio-blk: move qdev properties into virtio-blk.cStefan Hajnoczi1-1/+11
2014-07-01virtio-blk: drop virtio_blk_set_conf()Stefan Hajnoczi1-6/+0
2014-06-29virtio-blk: use virtio wrappers to access headersRusty Russell1-17/+21
2014-06-29virtio-blk: implement per-device migration callsGreg Kurz1-8/+16
2014-06-29virtio: introduce device specific migration callsGreg Kurz1-1/+1
2014-06-27virtio-blk: Schedule BH in the right contextFam Zheng1-1/+2
2014-06-27virtio-blk: Export request handling functions to dataplaneFam Zheng1-8/+2