]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen: Add xenbus_backend device
authorBastian Blank <waldi@debian.org>
Sat, 10 Dec 2011 18:29:48 +0000 (19:29 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 16 Dec 2011 16:35:48 +0000 (11:35 -0500)
commitdc99d6c858fdc08bdee25b0089ab141cf118613c
tree54746773f093c060f1112ad1d8067d37010b92a3
parent34096b75c2c3057686a86938558583b61c1b4d2e
xen: Add xenbus_backend device

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>
drivers/xen/xenbus/Makefile
drivers/xen/xenbus/xenbus_dev_backend.c [new file with mode: 0644]
include/xen/xenbus_dev.h [new file with mode: 0644]