summaryrefslogtreecommitdiffstats
path: root/main/xen/init-xenstore-domain.patch
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2014-01-03 13:36:57 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2014-01-03 13:36:57 +0000
commit930da6aa6b5ceef069a4b881d365ebdc07486833 (patch)
tree73f6b35d0182efaf66e99ff1611dbbb26d081e82 /main/xen/init-xenstore-domain.patch
parent4c825a2884ff2910d84d948141f320bd3fad3b6c (diff)
downloadaports-930da6aa6b5ceef069a4b881d365ebdc07486833.tar.bz2
aports-930da6aa6b5ceef069a4b881d365ebdc07486833.tar.xz
Revert "Revert "main/xen: implement experimental support for running the xenstore as a stubdomain""
Diffstat (limited to 'main/xen/init-xenstore-domain.patch')
-rw-r--r--main/xen/init-xenstore-domain.patch10
1 files changed, 10 insertions, 0 deletions
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