aboutsummaryrefslogtreecommitdiff
path: root/hw/block/dataplane
AgeCommit message (Expand)Author
2019-06-24xen-bus / xen-block: add support for event channel pollingPaul Durrant
2019-06-24xen-bus: allow AioContext to be specified for each event channelPaul Durrant
2019-06-24xen-block: support feature-large-sector-sizePaul Durrant
2019-06-04block: Add Error to blk_set_aio_context()Kevin Wolf
2019-04-04xen-block: scale sector based quantities correctlyPaul Durrant
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-07block: fix recursion in hw/block/dataplanePaolo Bonzini
2019-02-28dataplane/xen-block: remove dead codePaul Durrant
2019-02-04xen-block: handle resize callbackPaul Durrant
2019-01-14xen-block: avoid repeated memory allocationTim Smith
2019-01-14xen-block: improve response latencyTim Smith
2019-01-14xen-block: improve batching behaviourTim Smith
2019-01-14xen: purge 'blk' and 'ioreq' from function names in dataplane/xen-block.cPaul Durrant
2019-01-14xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.cPaul Durrant
2019-01-14xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-blockPaul Durrant
2019-01-14xen: add header and build dataplane/xen-block.cPaul Durrant
2019-01-14xen: remove unnecessary code from dataplane/xen-block.cPaul Durrant
2019-01-14xen: duplicate xen_disk.c as basis of dataplane/xen-block.cPaul Durrant
2018-06-28Replace '-enable-kvm' with '-accel kvm' in docs and help textsThomas Huth
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-03-08virtio-blk: fix race between .ioeventfd_stop() and vq handlerStefan Hajnoczi
2018-03-08virtio-blk: dataplane: Don't batch notifications if EVENT_IDX is presentSergio Lopez
2018-02-08virtio: remove event notifier cleanup call on de-assignGal Hammer
2017-12-19hw/block: Fix the return typeMao Zhongyi
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-02-17virtio: Report real progress in VQ aio poll handlerFam Zheng
2017-01-31trace: clean up trace-events filesStefan Hajnoczi
2017-01-31trace: move hw/block/dataplane events to correct subdirDaniel P. Berrange
2016-11-18virtio: set ISR on dataplane notificationsPaolo Bonzini
2016-10-30virtio-blk: always use dataplane path if ioeventfd is activePaolo Bonzini
2016-10-30virtio: move ioeventfd_started flag to VirtioBusStatePaolo Bonzini
2016-07-18virtio-blk: dataplane cleanupCao jin
2016-06-28virtio-blk: dataplane multiqueue supportStefan Hajnoczi
2016-06-28virtio-blk: tell dataplane which vq to notifyStefan Hajnoczi
2016-06-28virtio-blk: multiqueue batch notifyStefan Hajnoczi
2016-06-24virtio-bus: remove old set_host_notifier callbackCornelia Huck
2016-06-24virtio-bus: have callers tolerate new host notifier apiCornelia Huck
2016-06-07virtio-blk: Remove op blocker for dataplaneFam Zheng
2016-04-07virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se...Paolo Bonzini
2016-04-07virtio-blk: use aio handler for data planeMichael S. Tsirkin
2016-04-07virtio-blk: fix disabled modePaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-25virtio-blk: do not use vring in dataplanePaolo Bonzini
2016-02-25virtio-blk: fix "disabled data plane" modePaolo Bonzini
2016-02-25vring: make vring_enable_notification return voidPaolo Bonzini
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini
2016-02-02virtio-blk: Functions for op blocker managementMax Reitz
2016-01-20block: Clean up includesPeter Maydell
2016-01-13error: Use error_prepend() where it makes obvious senseMarkus Armbruster
2016-01-07block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng