# HG changeset patch # User stekloff@xxxxxxxxxxxxxxxxxxxxxxxxxx # Node ID dea266bcf1a4e404824fb0b8bc8debaae2aafc57 # Parent 1f87f39aa0e19527976780a9aab473d9fe191b8a 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 1f87f39aa0e1 -r dea266bcf1a4 tools/xm-test/configure.ac --- a/tools/xm-test/configure.ac Tue Jan 24 13:21:11 2006 +++ b/tools/xm-test/configure.ac Tue Jan 24 18:10:03 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 1f87f39aa0e1 -r dea266bcf1a4 tools/xm-test/ramdisk/configs/busybox --- a/tools/xm-test/ramdisk/configs/busybox Tue Jan 24 13:21:11 2006 +++ b/tools/xm-test/ramdisk/configs/busybox Tue Jan 24 18:10:03 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