summaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-04dataplane: Support VIRTIO_BLK_T_SCSI_CMDFam Zheng1-8/+10
2014-06-04virtio-blk: Factor out virtio_blk_handle_scsi_req from virtio_blk_handle_scsiFam Zheng1-34/+41
2014-06-04virtio-blk: Allow config-wce in dataplaneFam Zheng2-7/+7
2014-06-04dataplane: implement async flushStefan Hajnoczi1-16/+27
2014-06-04dataplane: delete IOQueue since it is no longer usedStefan Hajnoczi3-175/+1
2014-06-04dataplane: use the QEMU block layer for I/OStefan Hajnoczi1-128/+65
2014-05-28block: Replace in_use with operation blockerFam Zheng1-6/+12
2014-05-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell1-1/+0
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-1/+0
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela3-5/+2
2014-05-07xen_disk: add discard supportOlaf Hering2-0/+45
2014-04-22block: Add errp to bdrv_new()Kevin Wolf1-2/+5
2014-04-04dataplane: replace iothread object_add() with embedded instanceStefan Hajnoczi1-19/+12
2014-03-31nvme: Permit zero-length block devicesAndreas Färber1-2/+2
2014-03-19dataplane: fix implicit IOThread refcountStefan Hajnoczi1-1/+1
2014-03-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-42/+54
2014-03-13dataplane: replace internal thread with IOThreadStefan Hajnoczi1-42/+54
2014-03-12block/m25p80: Remove FROM_SSI_SLAVE() usagesPeter Crosthwaite1-4/+5
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert1-1/+1
2014-02-25Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-2/+2
2014-02-21block: Add reference parameter to bdrv_open()Max Reitz1-2/+2
2014-02-21block: Change BDS parameter of bdrv_open() to **Max Reitz1-1/+1
2014-02-20xen_disk: fix io accountingOlaf Hering1-1/+12
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini1-1/+1