summaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)Author
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet
2014-09-10xen_disk: Plug memory leak on error pathMarkus Armbruster
2014-09-09memory: add parameter errp to memory_region_init_rom_deviceHu Tao
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-09-08pflash_cfi01: write flash contents to bdrv on incoming migrationLaszlo Ersek
2014-09-08pflash_cfi01: fixup stale DPRINTF() callsLaszlo Ersek
2014-08-29virtio-blk: allow drive_del with dataplaneStefan Hajnoczi
2014-08-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-08-26block: Pass errp in blkconf_geometryFam Zheng
2014-08-20virtio-blk: fix reference a pointer which might be freedzhanghailiang
2014-08-20virtio-blk: allow block_resize with dataplaneStefan Hajnoczi
2014-08-20block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-08-15virtio-blk: Correct bug in support for flexible descriptor layoutMarc Marí
2014-08-15dataplane: stop trying on notifier errorCornelia Huck
2014-08-15dataplane: fail notifier setting gracefullyCornelia Huck
2014-08-15dataplane: print why starting failedCornelia Huck
2014-08-15xen_disk: fix possible null-ptr dereferenceGonglei (Arei)
2014-07-15virtio-blk: dataplane: notify guest as a batchMing Lei
2014-07-15virtio-blk: data-plane: fix save/set .complete_request in startMing Lei
2014-07-14virtio-blk: Treat read/write beyond end as invalidMarkus Armbruster
2014-07-14virtio-blk: Bypass error action and I/O accounting on invalid r/wMarkus Armbruster
2014-07-14virtio-blk: Factor common checks out of virtio_blk_handle_read/write()Markus Armbruster
2014-07-14virtio-blk: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi
2014-07-14virtio-blk: avoid g_slice_new0() for VirtIOBlockReq and VirtQueueElementStefan Hajnoczi
2014-07-14virtio-blk: avoid dataplane VirtIOBlockReq early freeStefan Hajnoczi
2014-07-07dataplane: submit I/O as a batchMing Lei
2014-07-01virtio-blk: remove need for explicit x-data-plane=on optionStefan Hajnoczi
2014-07-01virtio-blk: replace x-iothread with iothread link propertyStefan Hajnoczi
2014-07-01virtio-blk: move qdev properties into virtio-blk.cStefan Hajnoczi
2014-07-01virtio-blk: drop virtio_blk_set_conf()Stefan Hajnoczi
2014-07-01dataplane: bail out on unsupported transportCornelia Huck
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