xen: Add xenbus device driver

Access to xenbus is currently handled via xenfs. This adds a device
driver for xenbus and makes xenfs use this code.

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>
This commit is contained in:
Bastian Blank
2011-12-10 19:29:47 +01:00
committed by Konrad Rzeszutek Wilk
vanhempi d8414d3c15
commit 2fb3683e7b
6 muutettua tiedostoa jossa 42 lisäystä ja 6 poistoa

Näytä tiedosto

@@ -1,4 +1,4 @@
obj-$(CONFIG_XENFS) += xenfs.o
xenfs-y = super.o xenbus.o
xenfs-y = super.o
xenfs-$(CONFIG_XEN_DOM0) += xenstored.o