WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] fix issue of can not find the qemu-dm in ia64

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] fix issue of can not find the qemu-dm in ia64
From: "Zhang, Yang" <yang.zhang@xxxxxxxxx>
Date: Mon, 9 Mar 2009 09:49:25 +0800
Accept-language: en-US
Acceptlanguage: en-US
Cc: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>, "Christoph.Egger@xxxxxxx" <Christoph.Egger@xxxxxxx>, "keir.fraser@xxxxxxxxxxxxx" <keir.fraser@xxxxxxxxxxxxx>, "Zhang, Jingke" <jingke.zhang@xxxxxxxxx>
Delivery-date: Sun, 08 Mar 2009 18:51:31 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcmgWUag5pun6NYKQrmqG3vMlB9FAQ==
Thread-topic: 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
Description: fix_cannot_find_qemu-dm_in_ia64.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] fix issue of can not find the qemu-dm in ia64, Zhang, Yang <=