Zhang, Yang
2009-Mar-09 01:49 UTC
[Xen-devel] fix issue of can not find the qemu-dm in ia64
fix issue of can not find the qemu-dm in ia64 IA64 uses the /usr/lib/ for xen. We do not 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> diff -r 2a4eaa76d974 tools/examples/xmexample.vti --- a/tools/examples/xmexample.vti Fri Mar 06 12:22:22 2009 +0900 +++ b/tools/examples/xmexample.vti Fri Mar 06 05:05:09 2009 -0500 @@ -9,8 +9,6 @@ import os, re 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. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel