aboutsummaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)Author
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: Rename complete_request_early to complete_request_vringFam Zheng
2014-06-27virtio-blk: Unify {non-,}dataplane's request handlingsFam Zheng
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: Fill in VirtIOBlockReq.out in dataplane codeFam Zheng
2014-06-27virtio-blk: Convert VirtIOBlockReq.out to structrueFam Zheng
2014-06-27virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdrFam Zheng
2014-06-27virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReqFam Zheng
2014-06-27virtio-blk: Drop VirtIOBlockRequest.readFam Zheng
2014-06-27virtio-blk: Drop bounce buffer from dataplane codeFam 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-21block: m25p80: Support read only bdrvs.Peter Crosthwaite
2014-06-21block: m25p80: sync_page(): Deindent function body.Peter Crosthwaite
2014-06-19hw/block/pflash_cfi01: Report correct size info for parallel configsPeter Maydell
2014-06-16Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-06-16block: Drop superfluous conditionals around g_free()Markus Armbruster
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
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-04dataplane: Support VIRTIO_BLK_T_SCSI_CMDFam Zheng
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-06-04dataplane: implement async flushStefan Hajnoczi
2014-06-04dataplane: delete IOQueue since it is no longer usedStefan Hajnoczi
2014-06-04dataplane: use the QEMU block layer for I/OStefan Hajnoczi
2014-05-28block: Replace in_use with operation blockerFam Zheng
2014-05-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-05-07xen_disk: add discard supportOlaf Hering
2014-04-22block: Add errp to bdrv_new()Kevin Wolf
2014-04-04dataplane: replace iothread object_add() with embedded instanceStefan Hajnoczi
2014-03-31nvme: Permit zero-length block devicesAndreas Färber
2014-03-19dataplane: fix implicit IOThread refcountStefan Hajnoczi
2014-03-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-03-13dataplane: replace internal thread with IOThreadStefan Hajnoczi
2014-03-12block/m25p80: Remove FROM_SSI_SLAVE() usagesPeter Crosthwaite
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert
2014-02-25Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-02-21block: Add reference parameter to bdrv_open()Max Reitz
2014-02-21block: Change BDS parameter of bdrv_open() to **Max Reitz
2014-02-20xen_disk: fix io accountingOlaf Hering
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini