summaryrefslogtreecommitdiffstats
path: root/hw/block/dataplane
Commit message (Expand)AuthorAgeFilesLines
* xen-block: scale sector based quantities correctlyPaul Durrant2019-04-041-15/+13Star
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-1/+1
* block: fix recursion in hw/block/dataplanePaolo Bonzini2019-03-071-1/+1
* dataplane/xen-block: remove dead codePaul Durrant2019-02-281-4/+1Star
* xen-block: handle resize callbackPaul Durrant2019-02-041-3/+1Star
* xen-block: avoid repeated memory allocationTim Smith2019-01-141-5/+9
* xen-block: improve response latencyTim Smith2019-01-141-38/+18Star
* xen-block: improve batching behaviourTim Smith2019-01-141-0/+35
* xen: purge 'blk' and 'ioreq' from function names in dataplane/xen-block.cPaul Durrant2019-01-141-44/+46
* xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.cPaul Durrant2019-01-141-154/+156
* xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-blockPaul Durrant2019-01-142-171/+183
* xen: add header and build dataplane/xen-block.cPaul Durrant2019-01-143-100/+286
* xen: remove unnecessary code from dataplane/xen-block.cPaul Durrant2019-01-141-406/+23Star
* xen: duplicate xen_disk.c as basis of dataplane/xen-block.cPaul Durrant2019-01-141-0/+1019
* Replace '-enable-kvm' with '-accel kvm' in docs and help textsThomas Huth2018-06-281-2/+2
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* virtio-blk: fix race between .ioeventfd_stop() and vq handlerStefan Hajnoczi2018-03-081-7/+17
* virtio-blk: dataplane: Don't batch notifications if EVENT_IDX is presentSergio Lopez2018-03-081-2/+13
* virtio: remove event notifier cleanup call on de-assignGal Hammer2018-02-081-0/+2
* hw/block: Fix the return typeMao Zhongyi2017-12-192-6/+8
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* virtio: Report real progress in VQ aio poll handlerFam Zheng2017-02-171-2/+2
* trace: clean up trace-events filesStefan Hajnoczi2017-01-311-1/+0Star
* trace: move hw/block/dataplane events to correct subdirDaniel P. Berrange2017-01-311-0/+6
* virtio: set ISR on dataplane notificationsPaolo Bonzini2016-11-181-3/+1Star
* virtio-blk: always use dataplane path if ioeventfd is activePaolo Bonzini2016-10-302-31/+48
* virtio: move ioeventfd_started flag to VirtioBusStatePaolo Bonzini2016-10-301-1/+1
* virtio-blk: dataplane cleanupCao jin2016-07-181-4/+2Star
* virtio-blk: dataplane multiqueue supportStefan Hajnoczi2016-06-281-16/+34
* virtio-blk: tell dataplane which vq to notifyStefan Hajnoczi2016-06-282-3/+3
* virtio-blk: multiqueue batch notifyStefan Hajnoczi2016-06-281-6/+23
* virtio-bus: remove old set_host_notifier callbackCornelia Huck2016-06-241-10/+2Star
* virtio-bus: have callers tolerate new host notifier apiCornelia Huck2016-06-241-3/+11
* virtio-blk: Remove op blocker for dataplaneFam Zheng2016-06-071-63/+0Star
* virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se...Paolo Bonzini2016-04-071-4/+3Star
* virtio-blk: use aio handler for data planeMichael S. Tsirkin2016-04-071-0/+13
* virtio-blk: fix disabled modePaolo Bonzini2016-04-071-4/+3Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* virtio-blk: do not use vring in dataplanePaolo Bonzini2016-02-252-100/+13Star
* virtio-blk: fix "disabled data plane" modePaolo Bonzini2016-02-251-12/+9Star
* vring: make vring_enable_notification return voidPaolo Bonzini2016-02-251-1/+2
* virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2016-02-061-6/+5Star
* virtio-blk: Functions for op blocker managementMax Reitz2016-02-021-18/+59
* block: Clean up includesPeter Maydell2016-01-201-0/+1
* error: Use error_prepend() where it makes obvious senseMarkus Armbruster2016-01-131-6/+2Star
* block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng2016-01-071-1/+1
* virtio-blk: Drop x-data-plane optionFam Zheng2015-12-071-13/+2Star
* dataplane: Mark host notifiers' client type as "external"Fam Zheng2015-10-231-3/+2Star
* aio: Add "is_external" flag for event handlersFam Zheng2015-10-231-2/+4
* virtio-blk-dataplane: delete bottom half before the AioContext is freedPaolo Bonzini2015-07-291-1/+1