Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xenbus: Add support for xenbus backend in stub domain | Daniel De Graaf | 2012-05-21 | 1 | -0/+3 |
| | | | | | | | | | Add an ioctl to the /dev/xen/xenbus_backend device allowing the xenbus backend to be started after the kernel has booted. This allows xenstore to run in a different domain from the dom0. Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||||
* | xen: Add xenbus_backend device | Bastian Blank | 2011-12-16 | 1 | -0/+41 |
Access for xenstored to the event channel and pre-allocated ring is managed via xenfs. This adds its own character device featuring mmap for the ring and an ioctl for the event channel. Signed-off-by: Bastian Blank <waldi@debian.org> Acked-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> |