From bb9fd9041b31bd1d904f3c8808e11621d1d1e44f436da8224aeb251a5efe89df Mon Sep 17 00:00:00 2001 From: Charles Arnold Date: Wed, 19 May 2010 14:11:07 +0000 Subject: [PATCH] - Added modprobe of evtchn to init.xend. The kernel will also need to build evtchn as a module for this to be meaningful. OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=49 --- init.xend | 1 + xen.changes | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/init.xend b/init.xend index 7936b41..63c7002 100644 --- a/init.xend +++ b/init.xend @@ -87,6 +87,7 @@ case "$1" in # (in xen-network-common.sh and block-common.sh) # - xenblk when xend prepares for bootloader # but for now it's safest to have them loaded when xend starts in dom0. + modprobe evtchn 2>/dev/null || true modprobe blktap 2>/dev/null || true modprobe blkbk 2>/dev/null || true modprobe xenblk 2>/dev/null || true diff --git a/xen.changes b/xen.changes index 11f83e7..3dddf32 100644 --- a/xen.changes +++ b/xen.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 19 08:09:41 MDT 2010 - carnold@novell.com + +- Added modprobe of evtchn to init.xend. The kernel will also need + to build evtchn as a module for this to be meaningful. + ------------------------------------------------------------------- Mon May 17 08:31:24 MDT 2010 - carnold@novell.com