aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-03-09 09:18:08 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-03-09 09:18:08 +0000
commit7402207f8c91eaae51dd9cbc2115040f9053579e (patch)
tree948d4a187158b5826951b2f5404b550a9949d5c6 /tools/examples
parent4c0b25e05d48e47acb040d7699261c6b129c9db5 (diff)
downloadxen-7402207f8c91eaae51dd9cbc2115040f9053579e.tar.gz
xen-7402207f8c91eaae51dd9cbc2115040f9053579e.tar.bz2
xen-7402207f8c91eaae51dd9cbc2115040f9053579e.zip
[IA64] fix issue of can not find the qemu-dm in ia64
IA64 uses the /usr/lib/ for xen. We do not=20 need to check the arch_libdir in ia64. It will return the wrong value to arch_libdir. And guest can not boot. Signed-off-by: Yang Zhang <yang.zhang@intel.com>
Diffstat (limited to 'tools/examples')
-rw-r--r--tools/examples/xmexample.vti2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/examples/xmexample.vti b/tools/examples/xmexample.vti
index 19070f2a98..d93c6531ac 100644
--- a/tools/examples/xmexample.vti
+++ b/tools/examples/xmexample.vti
@@ -9,8 +9,6 @@
import os, re
arch_libdir = 'lib'
arch = os.uname()[4]
-if os.uname()[0] == 'Linux' and re.search('64', arch):
- arch_libdir = 'lib64'
#----------------------------------------------------------------------------
# Kernel image file.