summaryrefslogtreecommitdiff
path: root/hw/block/dataplane
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-19dataplane/virtio-blk: drop flush_true() and flush_io()Stefan Hajnoczi1-15/+2
2013-08-19dataplane/virtio-blk: check exit conditions before aio_poll()Stefan Hajnoczi1-2/+2
2013-07-29dataplane: refuse to start if device is already in useStefan Hajnoczi1-0/+8
2013-07-29dataplane: enable virtio-blk x-data-plane=on live migrationStefan Hajnoczi1-9/+0
2013-07-19dataplane: sync virtio.c and vring.c virtqueue stateStefan Hajnoczi1-1/+1
2013-04-24virtio: remove virtiobindings.KONRAD Frederic1-6/+9
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini5-0/+744