[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [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@xxxxxxxxx> 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. Attachment:
fix_cannot_find_qemu-dm_in_ia64.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |