summaryrefslogtreecommitdiffstats
path: root/hw/block
Commit message (Expand)AuthorAgeFilesLines
* block: Always compile virtio-blk dataplaneFam Zheng2014-09-222-19/+3
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-09-154-30/+32
|\
| * dataplane: fix virtio_blk_data_plane_create() op blocker error pathStefan Hajnoczi2014-09-111-2/+2
| * block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet2014-09-103-12/+15
| * block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet2014-09-103-6/+8
| * xen_disk: Plug memory leak on error pathMarkus Armbruster2014-09-101-17/+14
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-09-124-3/+89
|\ \ | |/ |/|
| * fdc: adding vmstate for save/restorePavel Dovgalyuk2014-09-111-0/+74
| * memory: add parameter errp to memory_region_init_rom_deviceHu Tao2014-09-092-2/+14
| * memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+1
* | 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
OpenPOWER on IntegriCloud