summary refs log tree commit diff stats
path: root/hw/block/dataplane/xen-block.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: remove AioContext lockingStefan Hajnoczi2023-12-211-15/+2
* util/defer-call: move defer_call() to util/Stefan Hajnoczi2023-10-311-0/+1
* block: rename blk_io_plug_call() API to defer_call()Stefan Hajnoczi2023-10-311-5/+5
* block: add blk_io_plug_call() APIStefan Hajnoczi2023-06-011-4/+4
* xen-block: implement BlockDevOps->drained_begin()Stefan Hajnoczi2023-05-301-11/+31
* hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov2023-04-281-2/+3
* hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse2023-03-071-1/+2
* hw/xen: Use XEN_PAGE_SIZE in PV backend driversDavid Woodhouse2023-03-071-4/+4
* hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse2023-03-071-0/+1
* 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/+7
* xen-block: Fix double qlist remove and request leakAnthony PERARD2020-04-071-32/+16
* 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/+0
* 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/+13
* dataplane/xen-block: remove dead codePaul Durrant2019-02-281-4/+1
* xen-block: handle resize callbackPaul Durrant2019-02-041-3/+1
* xen-block: avoid repeated memory allocationTim Smith2019-01-141-5/+9
* xen-block: improve response latencyTim Smith2019-01-141-38/+18
* 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/+23
* xen: duplicate xen_disk.c as basis of dataplane/xen-block.cPaul Durrant2019-01-141-0/+1019