- 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
This commit is contained in:
Charles Arnold 2010-05-19 14:11:07 +00:00 committed by Git OBS Bridge
parent bad5086f18
commit bb9fd9041b
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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