summaryrefslogtreecommitdiffstats
path: root/hw/block/dataplane
Commit message (Expand)AuthorAgeFilesLines
* virtio-blk-dataplane: delete bottom half before the AioContext is freedPaolo Bonzini2015-07-291-1/+1
* virtio-blk: correctly dirty guest memoryPaolo Bonzini2015-04-081-2/+1
* dataplane: endianness-aware accessesCornelia Huck2015-02-161-1/+3
* virtio-blk: introduce multireadPeter Lieven2015-02-061-4/+4
* block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET}Fam Zheng2015-01-131-1/+2
* blockdev: acquire AioContext in QMP 'transaction' actionsStefan Hajnoczi2014-12-101-0/+2
* blockdev: acquire AioContext in change-backing-fileStefan Hajnoczi2014-12-101-0/+1
* blockdev: acquire AioContext in eject, change, and block_passwdStefan Hajnoczi2014-12-101-0/+1
* blockdev: acquire AioContext in blockdev-snapshot-delete-internal-syncStefan Hajnoczi2014-12-101-0/+2
* block: declare blockjobs and dataplane friends!Stefan Hajnoczi2014-11-031-0/+5
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-12/+12
* virtio-blk: Rename VirtIOBlkConf variables to confMarkus Armbruster2014-10-202-17/+18
* dataplane: fix virtio_blk_data_plane_create() op blocker error pathStefan Hajnoczi2014-09-111-2/+2
* virtio-blk: allow drive_del with dataplaneStefan Hajnoczi2014-08-291-0/+1
* virtio-blk: allow block_resize with dataplaneStefan Hajnoczi2014-08-201-0/+1
* 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
* 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: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi2014-07-141-15/+14
* 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
* dataplane: bail out on unsupported transportCornelia Huck2014-07-011-0/+10
* 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: Fill in VirtIOBlockReq.out in dataplane codeFam Zheng2014-06-271-58/+44
* virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdrFam Zheng2014-06-271-32/+22
* virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReqFam Zheng2014-06-271-19/+15
* virtio-blk: Drop VirtIOBlockRequest.readFam Zheng2014-06-271-2/+0
* virtio-blk: Drop bounce buffer from dataplane codeFam Zheng2014-06-271-25/+0
* dataplane: Support VIRTIO_BLK_T_SCSI_CMDFam Zheng2014-06-041-8/+10
* virtio-blk: Allow config-wce in dataplaneFam Zheng2014-06-041-6/+0
* dataplane: implement async flushStefan Hajnoczi2014-06-041-16/+27
* dataplane: delete IOQueue since it is no longer usedStefan Hajnoczi2014-06-043-175/+1
* dataplane: use the QEMU block layer for I/OStefan Hajnoczi2014-06-041-128/+65
* block: Replace in_use with operation blockerFam Zheng2014-05-281-6/+12
* dataplane: replace iothread object_add() with embedded instanceStefan Hajnoczi2014-04-041-19/+12
* dataplane: fix implicit IOThread refcountStefan Hajnoczi2014-03-191-1/+1
* dataplane: replace internal thread with IOThreadStefan Hajnoczi2014-03-131-42/+54
* Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert2014-03-091-1/+1
* dataplane: Comment fixMarkus Armbruster2014-01-311-1/+1
* dataplane: change vring API to use VirtQueueElementPaolo Bonzini2013-12-201-52/+33
* vring: factor common code for error exitsPaolo Bonzini2013-12-201-0/+1
* virtio-blk-dataplane: Improve error reportingAndreas Färber2013-12-092-16/+19
* dataplane: Fix startup race.Cornelia Huck2013-09-061-0/+9
* aio: drop io_flush argumentStefan Hajnoczi2013-08-191-4/+4
* dataplane/virtio-blk: drop flush_true() and flush_io()Stefan Hajnoczi2013-08-191-15/+2
* dataplane/virtio-blk: check exit conditions before aio_poll()Stefan Hajnoczi2013-08-191-2/+2
OpenPOWER on IntegriCloud