summaryrefslogtreecommitdiffstats
path: root/hw/block/dataplane/xen-block.c
Commit message (Expand)AuthorAgeFilesLines
* osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
* block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf2021-01-271-1/+1
* block: Honor blk_set_aio_context() context requirementsSergio Lopez2021-01-201-1/+6
* xen: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-101-10/+7Star
* xen-block: Fix double qlist remove and request leakAnthony PERARD2020-04-071-32/+16Star
* xen-bus/block: explicitly assign event channels to an AioContextPaul Durrant2020-02-271-2/+18
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* xen-bus / xen-block: add support for event channel pollingPaul Durrant2019-06-241-8/+9
* xen-bus: allow AioContext to be specified for each event channelPaul Durrant2019-06-241-1/+1
* xen-block: support feature-large-sector-sizePaul Durrant2019-06-241-11/+14
* block: Add Error to blk_set_aio_context()Kevin Wolf2019-06-041-2/+4
* xen-block: scale sector based quantities correctlyPaul Durrant2019-04-041-15/+13Star
* 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-141-170/+182
* xen: add header and build dataplane/xen-block.cPaul Durrant2019-01-141-100/+256
* 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