summaryrefslogtreecommitdiffstats
path: root/hw/block
Commit message (Expand)AuthorAgeFilesLines
* pflash_cfi01: write flash contents to bdrv on incoming migrationLaszlo Ersek2014-09-081-0/+14
* pflash_cfi01: fixup stale DPRINTF() callsLaszlo Ersek2014-09-081-2/+2
* virtio-blk: allow drive_del with dataplaneStefan Hajnoczi2014-08-291-0/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-282-13/+12
|\
| * block: Pass errp in blkconf_geometryFam Zheng2014-08-262-13/+12
* | virtio-blk: fix reference a pointer which might be freedzhanghailiang2014-08-201-1/+2
* | virtio-blk: allow block_resize with dataplaneStefan Hajnoczi2014-08-201-0/+1
* | block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster2014-08-201-4/+4
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-193-3/+0
|\
| * memory: remove memory_region_destroyPaolo Bonzini2014-08-183-3/+0
* | virtio-blk: Correct bug in support for flexible descriptor layoutMarc MarĂ­2014-08-151-7/+7
* | dataplane: stop trying on notifier errorCornelia Huck2014-08-151-1/+10
* | dataplane: fail notifier setting gracefullyCornelia Huck2014-08-151-4/+11
* | dataplane: print why starting failedCornelia Huck2014-08-151-5/+8
* | xen_disk: fix possible null-ptr dereferenceGonglei (Arei)2014-08-151-0/+1
|/
* 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
OpenPOWER on IntegriCloud