summaryrefslogtreecommitdiff
path: root/hw/block/virtio-blk.c
AgeCommit message (Expand)Author
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
2014-01-24block: rename buffer_alignment to guest_block_sizePaolo Bonzini
2013-12-09virtio: Convert exit to unrealizeAndreas Färber
2013-12-09virtio-blk: Convert to QOM realizeAndreas Färber
2013-12-09virtio-blk: QOM realize preparationsAndreas Färber
2013-12-09virtio-blk-dataplane: Improve error reportingAndreas Färber
2013-12-09virtio-blk: switch exit callback to VirtioDeviceClassPaolo Bonzini
2013-10-18virtio: Remove unneeded memcpyStefan Weil
2013-09-20virtio-blk: do not relay a previous driver's WCE configuration to the currentPaolo Bonzini
2013-07-29Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-29dataplane: enable virtio-blk x-data-plane=on live migrationStefan Hajnoczi
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic
2013-04-24virtio: remove the function pointer.KONRAD Frederic
2013-04-12Typo, spelling and grammatical fixesPeter Maydell
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini