summaryrefslogtreecommitdiff
path: root/hw/block/dataplane
AgeCommit message (Expand)AuthorFilesLines
2015-10-23dataplane: Mark host notifiers' client type as "external"Fam Zheng1-3/+2
2015-10-23aio: Add "is_external" flag for event handlersFam Zheng1-2/+4
2015-07-29virtio-blk-dataplane: delete bottom half before the AioContext is freedPaolo Bonzini1-1/+1
2015-04-08virtio-blk: correctly dirty guest memoryPaolo Bonzini1-2/+1
2015-02-16dataplane: endianness-aware accessesCornelia Huck1-1/+3
2015-02-06virtio-blk: introduce multireadPeter Lieven1-4/+4
2015-01-13block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET}Fam Zheng1-1/+2
2014-12-10blockdev: acquire AioContext in QMP 'transaction' actionsStefan Hajnoczi1-0/+2
2014-12-10blockdev: acquire AioContext in change-backing-fileStefan Hajnoczi1-0/+1
2014-12-10blockdev: acquire AioContext in eject, change, and block_passwdStefan Hajnoczi1-0/+1
2014-12-10blockdev: acquire AioContext in blockdev-snapshot-delete-internal-syncStefan Hajnoczi1-0/+2
2014-11-03block: declare blockjobs and dataplane friends!Stefan Hajnoczi1-0/+5
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-12/+12
2014-10-20virtio-blk: Rename VirtIOBlkConf variables to confMarkus Armbruster2-17/+18
2014-09-11dataplane: fix virtio_blk_data_plane_create() op blocker error pathStefan Hajnoczi1-2/+2
2014-08-29virtio-blk: allow drive_del with dataplaneStefan Hajnoczi1-0/+1
2014-08-20virtio-blk: allow block_resize with dataplaneStefan Hajnoczi1-0/+1
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-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: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi1-15/+14
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-01dataplane: bail out on unsupported transportCornelia Huck1-0/+10
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: Fill in VirtIOBlockReq.out in dataplane codeFam Zheng1-58/+44
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-04dataplane: Support VIRTIO_BLK_T_SCSI_CMDFam Zheng1-8/+10
2014-06-04virtio-blk: Allow config-wce in dataplaneFam Zheng1-6/+0
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-04-04dataplane: replace iothread object_add() with embedded instanceStefan Hajnoczi1-19/+12
2014-03-19dataplane: fix implicit IOThread refcountStefan Hajnoczi1-1/+1
2014-03-13dataplane: replace internal thread with IOThreadStefan Hajnoczi1-42/+54
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert1-1/+1
2014-01-31dataplane: Comment fixMarkus Armbruster1-1/+1
2013-12-20dataplane: change vring API to use VirtQueueElementPaolo Bonzini1-52/+33
2013-12-20vring: factor common code for error exitsPaolo Bonzini1-0/+1
2013-12-09virtio-blk-dataplane: Improve error reportingAndreas Färber2-16/+19
2013-09-06dataplane: Fix startup race.Cornelia Huck1-0/+9
2013-08-19aio: drop io_flush argumentStefan Hajnoczi1-4/+4