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] Add new location of Linux direct-map to the plac

To: George Dunlap <George.Dunlap@xxxxxxxxxxxxx>, xen-devel mailing list <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-devel] [PATCH] Add new location of Linux direct-map to the places to look for writable mappings
From: Daniel Magenheimer <dan.magenheimer@xxxxxxxxxx>
Date: Fri, 12 Sep 2008 08:57:54 -0700 (PDT)
Cc:
Delivery-date: Fri, 12 Sep 2008 08:59:36 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <de76405a0809120838kee79064s6e81254a6ad0ebce@xxxxxxxxxxxxxx>
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
I haven't even looked at this code so sorry for my
possibly naive comment, but isn't this just asking for
trouble to hardcode constants that apply to specific
OS's?  Isn't there a way to "sense" that this address is
used a lot and add it to a dynamic list that can be
checked?  Else sooner or later some user is going to say
"I tried Xen on xxx OS and performance sucked and it
was fine on (unnamed virtualization platform)".  But that 
user might not be as diligent about reporting to
xen-devel as Todd was.

> -----Original Message-----
> From: George Dunlap [mailto:George.Dunlap@xxxxxxxxxxxxx]
> Sent: Friday, September 12, 2008 9:39 AM
> To: xen-devel mailing list
> Subject: [Xen-devel] [PATCH] Add new location of Linux 
> direct-map to the
> places to look for writable mappings
> 
> 
> Add new location of Linux direct-map to the places to look for
> writable mappings.
> 
> Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx>
> 
> diff -r dbac9ee4d761 xen/arch/x86/mm/shadow/common.c
> --- a/xen/arch/x86/mm/shadow/common.c Mon Sep 08 16:02:13 2008 +0100
> +++ b/xen/arch/x86/mm/shadow/common.c Fri Sep 12 16:42:32 2008 +0100
> @@ -2385,9 +2385,11 @@ int sh_remove_write_access(struct vcpu *
>                            + ((fault_addr & VADDR_MASK) >> 
> 27), 3); break;
>              }
> 
> -            /* 64bit Linux direct map at 0xffff810000000000; 
> older kernels
> -             * had it at 0x0000010000000000UL */
> +            /* 64bit Linux direct map at 0xffff880000000000; 
> older kernels
> +             * had it at 0xffff880000000000, and older 
> kernels yet had it
> +             * at 0x0000010000000000UL */
>              gfn = mfn_to_gfn(v->domain, gmfn);
> +            GUESS(0xffff880000000000UL + (gfn << PAGE_SHIFT), 4);
>              GUESS(0xffff810000000000UL + (gfn << PAGE_SHIFT), 4);
>              GUESS(0x0000010000000000UL + (gfn << PAGE_SHIFT), 4);
> 
> _______________________________________________
> 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