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] Some fixes for xen-3.4-testing/xen-unstable

To: Daniel Kiper <dkiper@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] Some fixes for xen-3.4-testing/xen-unstable
From: Kouya Shimura <kouya@xxxxxxxxxxxxxx>
Date: Tue, 23 Feb 2010 13:27:40 +0900
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, Tim Deegan <Tim.Deegan@xxxxxxxxxx>, Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Delivery-date: Mon, 22 Feb 2010 20:28:38 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20100220214806.GB21704@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
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>
References: <20100220214806.GB21704@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I already fixed it in c/s 20720. It is not applied to xen-3.4 yet.
(And the comment of c/s 20720 is reverted by Tim in c/s 20751.)
Does the warning still be seen in xen-unstable?

Thanks,
Kouya

Daniel Kiper writes:
> # HG changeset patch
> # User dkiper@xxxxxxxxxxxx
> # Date 1266696656 -3600
> # Node ID eed20588492fb6c512cdd03f05a34035da0e2be0
> # Parent  06911a6d4d3dc3f3b42ec57dcebb715ca15bbb6c
> Disable memory mapping warnings when stub domain is used.
> 
> Signed-off-by: Daniel Kiper <dkiper@xxxxxxxxxxxx>
> 
> diff -r 06911a6d4d3d -r eed20588492f xen/arch/x86/mm/shadow/common.c
> --- a/xen/arch/x86/mm/shadow/common.c Wed Feb 17 12:16:23 2010 +0000
> +++ b/xen/arch/x86/mm/shadow/common.c Sat Feb 20 21:10:56 2010 +0100
> @@ -2584,9 +2584,10 @@ int sh_remove_all_mappings(struct vcpu *
>      {
>          /* Don't complain if we're in HVM and there are some extra mappings: 
>           * The qemu helper process has an untyped mapping of this dom's RAM 
> -         * and the HVM restore program takes another. */
> +         * and the HVM restore program takes another. Additionally, if stub 
> domain
> +      * is active then it also has an untyped mapping of original dom's RAM. 
> */
>          if ( !(shadow_mode_external(v->domain)
> -               && (page->count_info & PGC_count_mask) <= 3
> +               && (page->count_info & PGC_count_mask) <= 4
>                 && (page->u.inuse.type_info & PGT_count_mask) == 0) )
>          {
>              SHADOW_ERROR("can't find all mappings of mfn %lx: "

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

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