From 64755b2d983f5bae8d35f5283b7582a82d035988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 30 Mar 2015 05:30:52 +0200 Subject: [PATCH] dispvm: do not treat DispVMs as Xen-specific Theoretically it should work (with some minor modifications) on any hypervisor. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2923febe..2282173e 100644 --- a/Makefile +++ b/Makefile @@ -66,8 +66,8 @@ endif ifeq ($(BACKEND_VMM),xen) # Currently supported only on xen $(MAKE) install -C qmemman - $(MAKE) install -C dispvm endif + $(MAKE) install -C dispvm mkdir -p $(DESTDIR)/etc/qubes-rpc/policy mkdir -p $(DESTDIR)/usr/libexec/qubes cp qubes-rpc-policy/qubes.Filecopy.policy $(DESTDIR)/etc/qubes-rpc/policy/qubes.Filecopy