- 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:
parent
bad5086f18
commit
bb9fd9041b
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user