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

RE: [Xen-devel] [PATCH] Fix Bug 1336

Hi Dexuan,

No problem.

Best regards,
 Kan

Tue, 2 Sep 2008 09:30:02 +0800, "Cui, Dexuan" wrote:

>Kan,  thank you!
>Sorry for my typo...
>
>-- Dexuan
>
>
>-----Original Message-----
>From: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-devel-bounces@lists
>.xensource.com] On Behalf Of Masaki Kanno
>Sent: 2008ト\xF3ヤツ2ネユ 9:01
>To: xen-devel@xxxxxxxxxxxxxxxxxxx
>Subject: [Xen-devel] [PATCH] Fix Bug 1336
>
>Hi,
>
>This patch fixes Bug 1336.
>
>Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
>
>diff -r 6c50c7d089d9 tools/python/xen/xend/server/pciif.py
>--- a/tools/python/xen/xend/server/pciif.py    Wed Aug 27 15:16:13 2008 +0100
>+++ b/tools/python/xen/xend/server/pciif.py    Tue Sep 02 09:50:23 2008 +0900
>@@ -286,7 +286,7 @@ class PciController(DevController):
>                     )%(dev.name))
> 
>         if dev.has_non_page_aligned_bar and arch.type != "ia64":
>-            raise VmError("pci: %: non-page-aligned MMIO BAR found." % dev
>.name)
>+            raise VmError("pci: %s: non-page-aligned MMIO BAR found." % 
>dev.name)
> 
>         self.CheckSiblingDevices(fe_domid, dev)
> 
>
>Best regards,
> Kan
>
>
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@xxxxxxxxxxxxxxxxxxx
>http://lists.xensource.com/xen-devel


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>