summary refs log tree commit diff stats
path: root/hw/xen/xen-bus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xen-bus: Avoid rewriting identical values to xenstoreAnthony PERARD2019-08-271-4/+7
* xen-bus: Fix backend state transition on device resetAnthony PERARD2019-08-271-3/+20
* Include hw/qdev-properties.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-2/+9
* xen-bus: allow AioContext to be specified for each event channelPaul Durrant2019-06-241-3/+7
* xen-bus: use a separate fd for each event channelPaul Durrant2019-06-241-39/+40
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* xen: fix xen-bus state model to allow frontend re-connectionPaul Durrant2019-02-041-13/+19
* xen: add a mechanism to automatically create XenDevice-s...Paul Durrant2019-01-141-1/+163
* xen: add implementations of xen-block connect and disconnect functions...Paul Durrant2019-01-141-25/+162
* xen: add event channel interface for XenDevice-sPaul Durrant2019-01-141-0/+103
* xen: add grant table interface for XenDevice-sPaul Durrant2019-01-141-0/+146
* xen: add xenstore watcher infrastructurePaul Durrant2019-01-141-2/+209
* xen: create xenstore areas for XenDevice-sPaul Durrant2019-01-141-2/+319
* xen: introduce new 'XenBus' and 'XenDevice' object hierarchyPaul Durrant2019-01-141-0/+127