aboutsummaryrefslogtreecommitdiff
path: root/include/hw/xen/xen-bus.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-07hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant1-12/+5
2023-03-07hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse1-1/+1
2023-03-07hw/xen: Add gnttab operations to allow redirection to internal emulationDavid Woodhouse1-2/+1
2023-03-07hw/xen: Add evtchn operations to allow redirection to internal emulationDavid Woodhouse1-0/+1
2023-01-11hw/xen: use G_GNUC_PRINTF/SCANF for various functionsDaniel P. Berrangé1-1/+2
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau1-2/+2
2020-10-19xen-bus: reduce scope of backend watchPaul Durrant1-1/+2
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost1-1/+1
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost1-4/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-12/+4
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-8/+13
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-02-27xen-bus/block: explicitly assign event channels to an AioContextPaul Durrant1-1/+4
2019-09-24xen: perform XenDevice clean-up in XenBus watch handlerPaul Durrant1-0/+3
2019-09-24xen: introduce separate XenWatchList for XenDevice objectsPaul Durrant1-0/+2
2019-09-24xen / notify: introduce a new XenWatchList abstractionPaul Durrant1-1/+2
2019-06-24xen-bus / xen-block: add support for event channel pollingPaul Durrant1-1/+1
2019-06-24xen-bus: allow AioContext to be specified for each event channelPaul Durrant1-0/+1
2019-06-24xen-bus: use a separate fd for each event channelPaul Durrant1-4/+2
2019-01-14xen: add a mechanism to automatically create XenDevice-s...Paul Durrant1-0/+1
2019-01-14xen: add implementations of xen-block connect and disconnect functions...Paul Durrant1-1/+13
2019-01-14xen: add event channel interface for XenDevice-sPaul Durrant1-0/+17
2019-01-14xen: add grant table interface for XenDevice-sPaul Durrant1-0/+25
2019-01-14xen: add xenstore watcher infrastructurePaul Durrant1-0/+15
2019-01-14xen: create xenstore areas for XenDevice-sPaul Durrant1-0/+12
2019-01-14xen: introduce new 'XenBus' and 'XenDevice' object hierarchyPaul Durrant1-0/+55