[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [IA64] fix issue of can not find the qemu-dm in ia64
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1236590288 0 # Node ID 8c0b873bffd6e2eb6b2f257efb17e0315273774d # Parent cd5697e00e867c6ed6770e1728ee114c1c6157d3 [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@xxxxxxxxx> --- tools/examples/xmexample.vti | 2 -- 1 files changed, 2 deletions(-) diff -r cd5697e00e86 -r 8c0b873bffd6 tools/examples/xmexample.vti --- a/tools/examples/xmexample.vti Mon Mar 09 09:13:50 2009 +0000 +++ b/tools/examples/xmexample.vti Mon Mar 09 09:18:08 2009 +0000 @@ -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-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |