aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/ramdisk
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-01-29 10:54:52 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-01-29 10:54:52 +0100
commit99957fb4c400c63513efccd4b0cbab27c1dabd9f (patch)
tree519e97104b8de8dc0c8d0ae1380fc8045702fb41 /tools/xm-test/ramdisk
parenta62ef49a219712a06bd1fb14c19a2205a144e861 (diff)
downloadxen-99957fb4c400c63513efccd4b0cbab27c1dabd9f.tar.gz
xen-99957fb4c400c63513efccd4b0cbab27c1dabd9f.tar.bz2
xen-99957fb4c400c63513efccd4b0cbab27c1dabd9f.zip
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@us.ibm.com>
Diffstat (limited to 'tools/xm-test/ramdisk')
-rw-r--r--tools/xm-test/ramdisk/configs/busybox2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xm-test/ramdisk/configs/busybox b/tools/xm-test/ramdisk/configs/busybox
index 708acb684e..29c885d281 100644
--- a/tools/xm-test/ramdisk/configs/busybox
+++ b/tools/xm-test/ramdisk/configs/busybox
@@ -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