aboutsummaryrefslogtreecommitdiff
path: root/hw/xen/xen-bus.c
AgeCommit message (Expand)AuthorFilesLines
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