summaryrefslogtreecommitdiffstats
path: root/hw/block
Commit message (Expand)AuthorAgeFilesLines
* virtio-blk: dataplane: notify guest as a batchMing Lei2014-07-151-1/+19
* virtio-blk: data-plane: fix save/set .complete_request in startMing Lei2014-07-151-3/+4
* 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-142-39/+36
* virtio-blk: avoid g_slice_new0() for VirtIOBlockReq and VirtQueueElementStefan Hajnoczi2014-07-141-2/+4
* virtio-blk: avoid dataplane VirtIOBlockReq early freeStefan Hajnoczi2014-07-141-1/+0
* dataplane: submit I/O as a batchMing Lei2014-07-071-0/+2
* virtio-blk: remove need for explicit x-data-plane=on optionStefan Hajnoczi2014-07-011-1/+1
* 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
* dataplane: bail out on unsupported transportCornelia Huck2014-07-011-0/+10
* 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: Rename complete_request_early to complete_request_vringFam Zheng2014-06-271-2/+2
* virtio-blk: Unify {non-,}dataplane's request handlingsFam Zheng2014-06-271-164/+19
* 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
* virtio-blk: Make request completion function virtualFam Zheng2014-06-271-1/+8
* virtio-blk: Fix and clean up the in_sg and out_sg checkFam Zheng2014-06-271-7/+14
* virtio-blk: Fill in VirtIOBlockReq.out in dataplane codeFam Zheng2014-06-271-58/+44
* virtio-blk: Convert VirtIOBlockReq.out to structrueFam Zheng2014-06-271-6/+14
* virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdrFam Zheng2014-06-271-32/+22
* virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReqFam Zheng2014-06-271-19/+15
* virtio-blk: Drop VirtIOBlockRequest.readFam Zheng2014-06-271-2/+0
* virtio-blk: Drop bounce buffer from dataplane codeFam Zheng2014-06-271-25/+0
* virtio-blk: Convert VirtIOBlockReq.elem to pointerFam Zheng2014-06-271-39/+46
* virtio-blk: Move VirtIOBlockReq to headerFam Zheng2014-06-271-11/+0
* qapi: adjust existing definesWenchao Xia2014-06-231-3/+3
* block: m25p80: Support read only bdrvs.Peter Crosthwaite2014-06-211-6/+2
* block: m25p80: sync_page(): Deindent function body.Peter Crosthwaite2014-06-211-11/+13
* hw/block/pflash_cfi01: Report correct size info for parallel configsPeter Maydell2014-06-191-3/+17
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-06-161-3/+1
|\
| * block: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-161-3/+1
* | savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-10/+6
|/
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-06-095-366/+149
|\
| * dataplane: Support VIRTIO_BLK_T_SCSI_CMDFam Zheng2014-06-041-8/+10
| * virtio-blk: Factor out virtio_blk_handle_scsi_req from virtio_blk_handle_scsiFam Zheng2014-06-041-34/+41
| * virtio-blk: Allow config-wce in dataplaneFam Zheng2014-06-042-7/+7
| * dataplane: implement async flushStefan Hajnoczi2014-06-041-16/+27
| * dataplane: delete IOQueue since it is no longer usedStefan Hajnoczi2014-06-043-175/+1
| * dataplane: use the QEMU block layer for I/OStefan Hajnoczi2014-06-041-128/+65
* | hw: use ld_p/st_p instead of ld_raw/st_rawPaolo Bonzini2014-06-051-6/+6
|/
* block: Replace in_use with operation blockerFam Zheng2014-05-281-6/+12
* Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell2014-05-151-1/+0
|\
| * savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-1/+0
* | savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-133-5/+2
|/
OpenPOWER on IntegriCloud