[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] VMX support for xm-test currently doesn't support network tests for eth0



# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID d05c39dcc374e8ee1263538b99aae76b56355791
# Parent  11ed48af31d70d93764d2b7826754e29d5e0f801
VMX support for xm-test currently doesn't support network tests for eth0
because the create script doesn't load the pcnet32 driver to the disk.img
when it copies the kernel there. This is the first step to make network
support possible for VMX guest testing.

This patch adds busybox support for loading 2.6 kernel modules. Since the
image changes, I have adjusted the xm-test version too.

Signed-off-by: Daniel Stekloff <dsteklof@xxxxxxxxxx>

diff -r 11ed48af31d7 -r d05c39dcc374 tools/xm-test/configure.ac
--- a/tools/xm-test/configure.ac        Sun Jan 29 09:52:43 2006
+++ b/tools/xm-test/configure.ac        Sun Jan 29 09:54:52 2006
@@ -1,7 +1,7 @@
 # xm-test configure.ac input script
 
 # Basic header information
-AC_INIT([xm-test], [0.6.0])
+AC_INIT([xm-test], [0.7.0])
 AM_INIT_AUTOMAKE([1.7 foreign])
 
 # Check for dependencies
diff -r 11ed48af31d7 -r d05c39dcc374 tools/xm-test/ramdisk/configs/busybox
--- a/tools/xm-test/ramdisk/configs/busybox     Sun Jan 29 09:52:43 2006
+++ b/tools/xm-test/ramdisk/configs/busybox     Sun Jan 29 09:54:52 2006
@@ -290,7 +290,7 @@
 #
 CONFIG_INSMOD=y
 CONFIG_FEATURE_2_4_MODULES=y
-# CONFIG_FEATURE_2_6_MODULES is not set
+CONFIG_FEATURE_2_6_MODULES=y
 # CONFIG_FEATURE_INSMOD_VERSION_CHECKING is not set
 # CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS is not set
 # CONFIG_FEATURE_INSMOD_LOADINKMEM is not set

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.