aboutsummaryrefslogtreecommitdiff
path: root/hw/block/virtio-blk.c
AgeCommit message (Expand)Author
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
2014-09-22block: Always compile virtio-blk dataplaneFam Zheng
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet
2014-08-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-08-26block: Pass errp in blkconf_geometryFam Zheng
2014-08-20virtio-blk: fix reference a pointer which might be freedzhanghailiang
2014-08-15virtio-blk: Correct bug in support for flexible descriptor layoutMarc Marí
2014-07-14virtio-blk: Treat read/write beyond end as invalidMarkus Armbruster
2014-07-14virtio-blk: Bypass error action and I/O accounting on invalid r/wMarkus Armbruster
2014-07-14virtio-blk: Factor common checks out of virtio_blk_handle_read/write()Markus Armbruster
2014-07-14virtio-blk: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi
2014-07-14virtio-blk: avoid g_slice_new0() for VirtIOBlockReq and VirtQueueElementStefan Hajnoczi
2014-07-01virtio-blk: replace x-iothread with iothread link propertyStefan Hajnoczi
2014-07-01virtio-blk: move qdev properties into virtio-blk.cStefan Hajnoczi
2014-07-01virtio-blk: drop virtio_blk_set_conf()Stefan Hajnoczi
2014-06-29virtio-blk: use virtio wrappers to access headersRusty Russell
2014-06-29virtio-blk: implement per-device migration callsGreg Kurz
2014-06-29virtio: introduce device specific migration callsGreg Kurz
2014-06-27virtio-blk: Schedule BH in the right contextFam Zheng
2014-06-27virtio-blk: Export request handling functions to dataplaneFam Zheng
2014-06-27virtio-blk: Make request completion function virtualFam Zheng
2014-06-27virtio-blk: Fix and clean up the in_sg and out_sg checkFam Zheng
2014-06-27virtio-blk: Convert VirtIOBlockReq.out to structrueFam Zheng
2014-06-27virtio-blk: Convert VirtIOBlockReq.elem to pointerFam Zheng
2014-06-27virtio-blk: Move VirtIOBlockReq to headerFam Zheng
2014-06-23qapi: adjust existing definesWenchao Xia
2014-06-09Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-06-05hw: use ld_p/st_p instead of ld_raw/st_rawPaolo Bonzini
2014-06-04virtio-blk: Factor out virtio_blk_handle_scsi_req from virtio_blk_handle_scsiFam Zheng
2014-06-04virtio-blk: Allow config-wce in dataplaneFam Zheng