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] Disable chatty translate_domain_pte messages for normal

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Disable chatty translate_domain_pte messages for normal grant table traffic
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 21 Dec 2005 20:42:18 +0000
Delivery-date: Wed, 21 Dec 2005 20:46:48 +0000
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/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/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 djm@xxxxxxxxxxxxxxx
# Node ID 2c75070e41a0980b85a6476ebcb9aefa6005c57e
# Parent  3d379e5f3d7fcb9239f1821357fe7f39cf6be695
Disable chatty translate_domain_pte messages for normal grant table traffic

diff -r 3d379e5f3d7f -r 2c75070e41a0 xen/arch/ia64/xen/process.c
--- a/xen/arch/ia64/xen/process.c       Wed Dec 21 15:33:45 2005
+++ b/xen/arch/ia64/xen/process.c       Wed Dec 21 16:30:10 2005
@@ -111,6 +111,7 @@
                }
        }
        else if ((mpaddr >> PAGE_SHIFT) > d->max_pages) {
+               if ((mpaddr & ~0x1fffL ) != (1L << 40))
                printf("translate_domain_pte: bad mpa=%p (> 
%p),vadr=%p,pteval=%p,itir=%p\n",
                        mpaddr,d->max_pages<<PAGE_SHIFT,address,pteval,itir);
                tdpfoo();

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Disable chatty translate_domain_pte messages for normal grant table traffic, Xen patchbot -unstable <=