summaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)AuthorFilesLines
2014-08-20virtio-blk: fix reference a pointer which might be freedzhanghailiang1-1/+2
2014-08-20virtio-blk: allow block_resize with dataplaneStefan Hajnoczi1-0/+1
2014-08-20block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster1-4/+4
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-3/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini3-3/+0
2014-08-15virtio-blk: Correct bug in support for flexible descriptor layoutMarc MarĂ­1-7/+7
2014-08-15dataplane: stop trying on notifier errorCornelia Huck1-1/+10
2014-08-15dataplane: fail notifier setting gracefullyCornelia Huck1-4/+11
2014-08-15dataplane: print why starting failedCornelia Huck1-5/+8
2014-08-15xen_disk: fix possible null-ptr dereferenceGonglei (Arei)1-0/+1
2014-07-15virtio-blk: dataplane: notify guest as a batchMing Lei1-1/+19
2014-07-15virtio-blk: data-plane: fix save/set .complete_request in startMing Lei1-3/+4
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 Hajnoczi2-39/+36
2014-07-14virtio-blk: avoid g_slice_new0() for VirtIOBlockReq and VirtQueueElementStefan Hajnoczi1-2/+4
2014-07-14virtio-blk: avoid dataplane VirtIOBlockReq early freeStefan Hajnoczi1-1/+0
2014-07-07dataplane: submit I/O as a batchMing Lei1-0/+2
2014-07-01virtio-blk: remove need for explicit x-data-plane=on optionStefan Hajnoczi1-1/+1
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-07-01dataplane: bail out on unsupported transportCornelia Huck1-0/+10
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: Rename complete_request_early to complete_request_vringFam Zheng1-2/+2
2014-06-27virtio-blk: Unify {non-,}dataplane's request handlingsFam Zheng1-164/+19
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
2014-06-27virtio-blk: Make request completion function virtualFam Zheng1-1/+8
2014-06-27virtio-blk: Fix and clean up the in_sg and out_sg checkFam Zheng1-7/+14
2014-06-27virtio-blk: Fill in VirtIOBlockReq.out in dataplane codeFam Zheng1-58/+44
2014-06-27virtio-blk: Convert VirtIOBlockReq.out to structrueFam Zheng1-6/+14
2014-06-27virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdrFam Zheng1-32/+22
2014-06-27virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReqFam Zheng1-19/+15
2014-06-27virtio-blk: Drop VirtIOBlockRequest.readFam Zheng1-2/+0
2014-06-27virtio-blk: Drop bounce buffer from dataplane codeFam Zheng1-25/+0
2014-06-27virtio-blk: Convert VirtIOBlockReq.elem to pointerFam Zheng1-39/+46
2014-06-27virtio-blk: Move VirtIOBlockReq to headerFam Zheng1-11/+0
2014-06-23qapi: adjust existing definesWenchao Xia1-3/+3
2014-06-21block: m25p80: Support read only bdrvs.Peter Crosthwaite1-6/+2
2014-06-21block: m25p80: sync_page(): Deindent function body.Peter Crosthwaite1-11/+13
2014-06-19hw/block/pflash_cfi01: Report correct size info for parallel configsPeter Maydell1-3/+17
2014-06-16Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-3/+1
2014-06-16block: Drop superfluous conditionals around g_free()Markus Armbruster1-3/+1
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-10/+6
2014-06-09Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell5-366/+149
2014-06-05hw: use ld_p/st_p instead of ld_raw/st_rawPaolo Bonzini1-6/+6