aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-06-24 11:17:11 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-06-24 11:17:11 +0100
commited072758a72fe04de1afe547c15aabc5f4612f2d (patch)
treecc4639d5c3b10d9d7de79abaeb74b43f4dceae34 /tools/xm-test
parenta05dfcaccf5ef225a9c18360939d4fe6b0d177a0 (diff)
downloadxen-ed072758a72fe04de1afe547c15aabc5f4612f2d.tar.gz
xen-ed072758a72fe04de1afe547c15aabc5f4612f2d.tar.bz2
xen-ed072758a72fe04de1afe547c15aabc5f4612f2d.zip
tools: remove hard coded paths in example config files
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'tools/xm-test')
-rw-r--r--tools/xm-test/lib/XmTestLib/arch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xm-test/lib/XmTestLib/arch.py b/tools/xm-test/lib/XmTestLib/arch.py
index 32a5958096..a6607d91db 100644
--- a/tools/xm-test/lib/XmTestLib/arch.py
+++ b/tools/xm-test/lib/XmTestLib/arch.py
@@ -77,7 +77,7 @@ ia_HVMDefaults = {"memory" : 64,
"acpi" : 0,
"disk" : ["file:%s/disk.img,ioemu:%s,w!" %
(getRdPath(), BLOCK_ROOT_DEV)],
- "kernel" : "/usr/lib/xen/boot/hvmloader",
+ "kernel" : "hvmloader",
"builder" : "hvm",
"sdl" : 0,
"vnc" : 0,