summaryrefslogtreecommitdiff
path: root/hw/block/dataplane/xen-block.c
AgeCommit message (Expand)Author
2020-07-10xen: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy
2020-04-07xen-block: Fix double qlist remove and request leakAnthony PERARD
2020-02-27xen-bus/block: explicitly assign event channels to an AioContextPaul Durrant
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
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-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