aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/configure.ac
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/configure.ac
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/configure.ac')
-rw-r--r--tools/xm-test/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xm-test/configure.ac b/tools/xm-test/configure.ac
index 013ee27354..30f4fd348d 100644
--- a/tools/xm-test/configure.ac
+++ b/tools/xm-test/configure.ac
@@ -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