# HG changeset patch # User stekloff@xxxxxxxxxxxxxxxxxxxxxxxxxx # Node ID 5d4b7ae550c61f78e81ec5e3cc6ba1e173391f60 # Parent 980187d653a4717f1887fbeb68e4f8858f947ad9 Updated README for xm-test for the new "--with-vmx-kernel=KERNEL" configuration option. Signed-off-by: Daniel Stekloff diff -r 980187d653a4 -r 5d4b7ae550c6 tools/xm-test/README --- a/tools/xm-test/README Wed Jan 25 22:36:14 2006 +++ b/tools/xm-test/README Wed Jan 25 22:46:01 2006 @@ -70,10 +70,19 @@ 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. +runs across. If you'd like to set xm-test to use a specific kernel, +rather than the first one it finds in /boot, you can configure it in +with the "--with-vmx-kernel=KERNEL" option: + +# ./autogen +# ./configure --enable-vmx-support --with-vmx-kernel=KERNEL +# make + +Otherwise, you can always rerun the create script using the -k option +to use a specific kernel. + +Xm-test will look for disk.img in the ramdisk directory when run by +default. Running