aboutsummaryrefslogtreecommitdiff
path: root/hw/block/dataplane/xen-block.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-01block: add blk_io_plug_call() APIStefan Hajnoczi1-4/+4
2023-05-30xen-block: implement BlockDevOps->drained_begin()Stefan Hajnoczi1-11/+31
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov1-2/+3
2023-03-07hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse1-1/+2
2023-03-07hw/xen: Use XEN_PAGE_SIZE in PV backend driversDavid Woodhouse1-4/+4
2023-03-07hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse1-0/+1
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf1-1/+1
2021-01-20block: Honor blk_set_aio_context() context requirementsSergio Lopez1-1/+6
2020-07-10xen: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy1-10/+7
2020-04-07xen-block: Fix double qlist remove and request leakAnthony PERARD1-32/+16
2020-02-27xen-bus/block: explicitly assign event channels to an AioContextPaul Durrant1-2/+18
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-06-24xen-bus / xen-block: add support for event channel pollingPaul Durrant1-8/+9
2019-06-24xen-bus: allow AioContext to be specified for each event channelPaul Durrant1-1/+1
2019-06-24xen-block: support feature-large-sector-sizePaul Durrant1-11/+14
2019-06-04block: Add Error to blk_set_aio_context()Kevin Wolf1-2/+4
2019-04-04xen-block: scale sector based quantities correctlyPaul Durrant1-15/+13
2019-02-28dataplane/xen-block: remove dead codePaul Durrant1-4/+1
2019-02-04xen-block: handle resize callbackPaul Durrant1-3/+1
2019-01-14xen-block: avoid repeated memory allocationTim Smith1-5/+9
2019-01-14xen-block: improve response latencyTim Smith1-38/+18
2019-01-14xen-block: improve batching behaviourTim Smith1-0/+35
2019-01-14xen: purge 'blk' and 'ioreq' from function names in dataplane/xen-block.cPaul Durrant1-44/+46
2019-01-14xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.cPaul Durrant1-154/+156
2019-01-14xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-blockPaul Durrant1-170/+182
2019-01-14xen: add header and build dataplane/xen-block.cPaul Durrant1-100/+256
2019-01-14xen: remove unnecessary code from dataplane/xen-block.cPaul Durrant1-406/+23
2019-01-14xen: duplicate xen_disk.c as basis of dataplane/xen-block.cPaul Durrant1-0/+1019