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-changelog

[Xen-changelog] [xen-unstable] [IA64] fix issue of can not find the qemu

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [IA64] fix issue of can not find the qemu-dm in ia64
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 09 Mar 2009 04:30:13 -0700
Delivery-date: Mon, 09 Mar 2009 04:30:43 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [IA64] fix issue of can not find the qemu-dm in ia64, Xen patchbot-unstable <=