From 157e38bfbb80daadeea3df319acaa6a098a7c280 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 31 Dec 2013 14:11:46 +0000 Subject: main/xen: implement experimental support for running the xenstore as a stubdomain --- main/xen/init-xenstore-domain.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 main/xen/init-xenstore-domain.patch (limited to 'main/xen/init-xenstore-domain.patch') diff --git a/main/xen/init-xenstore-domain.patch b/main/xen/init-xenstore-domain.patch new file mode 100644 index 000000000..0f529efdc --- /dev/null +++ b/main/xen/init-xenstore-domain.patch @@ -0,0 +1,10 @@ +--- xen-4.3.1.orig/tools/xenstore/Makefile ++++ xen-4.3.1/tools/xenstore/Makefile +@@ -118,6 +118,7 @@ + $(INSTALL_PROG) xenstored $(DESTDIR)$(SBINDIR) + $(INSTALL_PROG) xenstore-control $(DESTDIR)$(BINDIR) + $(INSTALL_PROG) xenstore $(DESTDIR)$(BINDIR) ++ $(INSTALL_PROG) init-xenstore-domain $(DESTDIR)$(BINDIR) + set -e ; for c in $(CLIENTS) ; do \ + ln -f $(DESTDIR)$(BINDIR)/xenstore $(DESTDIR)$(BINDIR)/$${c} ; \ + done -- cgit v1.2.3