From 930da6aa6b5ceef069a4b881d365ebdc07486833 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 3 Jan 2014 13:36:57 +0000 Subject: Revert "Revert "main/xen: implement experimental support for running the xenstore as a stubdomain"" This reverts commit 4c825a2884ff2910d84d948141f320bd3fad3b6c. --- 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