aboutsummaryrefslogtreecommitdiff
path: root/include/xen/xenbus_dev.h
AgeCommit message (Collapse)AuthorFilesLines
2012-05-21xenbus: Add support for xenbus backend in stub domainDaniel De Graaf1-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 <[email protected]> Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
2011-12-16xen: Add xenbus_backend deviceBastian Blank1-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 <[email protected]> Acked-by: Ian Campbell <[email protected]> Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>