From 93ad711f4e1fc0f24ff9d2d5346cc1e2ee95dca3 Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Sun, 28 Apr 2013 05:55:30 +0200 Subject: [PATCH] load xen-gntalloc module required by libxenvchan --- vm-init.d/qubes-core.modules | 1 + vm-systemd/qubes-core.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/vm-init.d/qubes-core.modules b/vm-init.d/qubes-core.modules index 064151b..d2331be 100755 --- a/vm-init.d/qubes-core.modules +++ b/vm-init.d/qubes-core.modules @@ -2,3 +2,4 @@ modprobe evtchn 2>/dev/null || modprobe xen-evtchn modprobe xen-blkback 2> /dev/null || modprobe blkbk modprobe xen-usbfront 2> /dev/null modprobe u2mfn 2>/dev/null +modprobe xen-gntalloc 2> /dev/null diff --git a/vm-systemd/qubes-core.conf b/vm-systemd/qubes-core.conf index e87a760..d3c4c6e 100644 --- a/vm-systemd/qubes-core.conf +++ b/vm-systemd/qubes-core.conf @@ -2,3 +2,4 @@ xen-evtchn xen-blkback xen-usbfront u2mfn +xen-gntalloc