VMX support for xm-test currently doesn't support network tests for eth0
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sun, 29 Jan 2006 09:54:52 +0000 (10:54 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sun, 29 Jan 2006 09:54:52 +0000 (10:54 +0100)
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@us.ibm.com>
tools/xm-test/configure.ac
tools/xm-test/ramdisk/configs/busybox

index 013ee2735473fbc2bdef35d65e3c3d6c571910a0..30f4fd348df331064789b5a5718bbe87d9e7c650 100644 (file)
@@ -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
index 708acb684ed51c33a7bd5b41c7fa24601e76bb85..29c885d281c8418676677b48603d4857b0392f10 100644 (file)
@@ -290,7 +290,7 @@ CONFIG_TIME=y
 #
 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