aboutsummaryrefslogtreecommitdiff
path: root/hw/xen/xen-bus.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-07hw/xen: Avoid crash when backend watch fires too earlyPaul Durrant1-7/+7
2023-03-07hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant1-224/+37
2023-03-07hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse1-2/+2
2023-03-07hw/xen: Add gnttab operations to allow redirection to internal emulationDavid Woodhouse1-104/+8
2023-03-07hw/xen: Add evtchn operations to allow redirection to internal emulationDavid Woodhouse1-11/+11
2023-01-11hw/xen: use G_GNUC_PRINTF/SCANF for various functionsDaniel P. Berrangé1-0/+1
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi1-3/+3
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell1-1/+1
2020-10-19xen-bus: reduce scope of backend watchPaul Durrant1-8/+32
2020-07-10xen: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy1-53/+39
2020-07-02qdev: Drop qbus_set_bus_hotplug_handler() parameter @errpMarkus Armbruster1-1/+1
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-6/+6
2020-02-27xen-bus/block: explicitly assign event channels to an AioContextPaul Durrant1-4/+23
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-09-24xen-bus: only set the xen device frontend state if it is missingMark Syms1-16/+31
2019-09-24xen: perform XenDevice clean-up in XenBus watch handlerPaul Durrant1-25/+69
2019-09-24xen: introduce separate XenWatchList for XenDevice objectsPaul Durrant1-14/+58
2019-09-24xen / notify: introduce a new XenWatchList abstractionPaul Durrant1-41/+76
2019-09-24xen-bus: check whether the frontend is active during device reset...Paul Durrant1-1/+1
2019-08-27xen-bus: Avoid rewriting identical values to xenstoreAnthony PERARD1-4/+7
2019-08-27xen-bus: Fix backend state transition on device resetAnthony PERARD1-3/+20
2019-08-16Include hw/qdev-properties.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-2/+9
2019-06-24xen-bus: allow AioContext to be specified for each event channelPaul Durrant1-3/+7
2019-06-24xen-bus: use a separate fd for each event channelPaul Durrant1-39/+40
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-02-04xen: fix xen-bus state model to allow frontend re-connectionPaul Durrant1-13/+19
2019-01-14xen: add a mechanism to automatically create XenDevice-s...Paul Durrant1-1/+163
2019-01-14xen: add implementations of xen-block connect and disconnect functions...Paul Durrant1-25/+162
2019-01-14xen: add event channel interface for XenDevice-sPaul Durrant1-0/+103
2019-01-14xen: add grant table interface for XenDevice-sPaul Durrant1-0/+146
2019-01-14xen: add xenstore watcher infrastructurePaul Durrant1-2/+209
2019-01-14xen: create xenstore areas for XenDevice-sPaul Durrant1-2/+319
2019-01-14xen: introduce new 'XenBus' and 'XenDevice' object hierarchyPaul Durrant1-0/+127