aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/README
diff options
context:
space:
mode:
authorstekloff@elm3b216.beaverton.ibm.com <stekloff@elm3b216.beaverton.ibm.com>2005-12-16 11:50:27 +0000
committerstekloff@elm3b216.beaverton.ibm.com <stekloff@elm3b216.beaverton.ibm.com>2005-12-16 11:50:27 +0000
commit5ad4f375adb8ba6a8309cee15b073b965f41a21d (patch)
treeb176a68a7d9f9a6cec682b2e55bf8ee671608ef1 /tools/xm-test/README
parentb2125322484bcffdea66bc08b68cc0180de206da (diff)
downloadxen-5ad4f375adb8ba6a8309cee15b073b965f41a21d.tar.gz
xen-5ad4f375adb8ba6a8309cee15b073b965f41a21d.tar.bz2
xen-5ad4f375adb8ba6a8309cee15b073b965f41a21d.zip
Added information for running xm-test in HVM / VMX mode.
Signed-off-by: Daniel Stekloff <dsteklof@us.ibm.com>
Diffstat (limited to 'tools/xm-test/README')
-rw-r--r--tools/xm-test/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/xm-test/README b/tools/xm-test/README
index f357019630..0d7e2507aa 100644
--- a/tools/xm-test/README
+++ b/tools/xm-test/README
@@ -55,6 +55,26 @@ you should not attempt to use a ramdisk from a previous minor version
of xm-test (i.e., don't use a ramdisk from 0.4.0 with 0.5.0. 0.5.0
should work for 0.5.3 though)
+If you'd like to build and run this with hardware virtual machine assist
+(HVM) support to test fully virtualized disk images on VMX hardware,
+please add the --enable-vmx-support option to configure:
+
+ # ./autogen
+ # ./configure --enable-vmx-support
+ # make
+
+The ramdisk/bin/create_disk_image script, which builds the full virt
+disk.img, requires Lilo 22.7+ to be installed on the system. Lilo is
+used to install the bootloader on the disk.img.
+
+If HVM / VMX support is enabled, the ramdisk/bin/create_disk_image script
+will be run to create a full virt disk.img in the ramdisk directory. The
+script, by default, will look in /boot for the first non-Xen kernel it
+runs across. If you wish to use a different kernel or the script fails
+to find a kernel, please run the script manually to make a disk.img
+using the -k option. Xm-test will look for disk.img in the ramdisk
+directory when run by default.
+
Running
=======