# HG changeset patch # User stekloff@xxxxxxxxxxxxxxxxxxxxxxxxxx # Node ID 7b68fd98f6bb456bcead8f483941fbd06cfc814f # Parent 468d2a6fc0afb7eec5944b90661208d13a6e1c73 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 diff -r 468d2a6fc0af -r 7b68fd98f6bb tools/xm-test/configure.ac --- a/tools/xm-test/configure.ac Fri Jan 13 22:41:28 2006 +++ b/tools/xm-test/configure.ac Sat Jan 14 00:33:21 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 468d2a6fc0af -r 7b68fd98f6bb tools/xm-test/ramdisk/configs/busybox --- a/tools/xm-test/ramdisk/configs/busybox Fri Jan 13 22:41:28 2006 +++ b/tools/xm-test/ramdisk/configs/busybox Sat Jan 14 00:33:21 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