|   | 
      | 
  
  
      | 
      | 
  
 
     | 
    | 
  
  
     | 
    | 
  
  
    |   | 
      | 
  
  
    | 
         
xen-devel
[Xen-devel] Re: [RFC PATCH 08/35] Add Xen-specific memory management def
 
| 
To:  | 
Chris Wright <chrisw@xxxxxxxxxxxx> | 
 
| 
Subject:  | 
[Xen-devel] Re: [RFC PATCH 08/35] Add Xen-specific memory management definitions | 
 
| 
From:  | 
Pete Zaitcev <zaitcev@xxxxxxxxxx> | 
 
| 
Date:  | 
Wed, 17 May 2006 09:06:45 -0700 | 
 
| 
Cc:  | 
xen-devel@xxxxxxxxxxxxxxxxxxx, ian.pratt@xxxxxxxxxxxxx,	linux-kernel@xxxxxxxxxxxxxxx, virtualization@xxxxxxxxxxxxxx,	zaitcev@xxxxxxxxxx, Christian.Limpach@xxxxxxxxxxxx | 
 
| 
Delivery-date:  | 
Wed, 17 May 2006 09:07:26 -0700 | 
 
| 
Envelope-to:  | 
www-data@xxxxxxxxxxxxxxxxxx | 
 
| 
In-reply-to:  | 
<20060509085151.047254000@xxxxxxxxxxxx> | 
 
| 
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/cgi-bin/mailman/listinfo/xen-devel>,	<mailto:xen-devel-request@lists.xensource.com?subject=subscribe> | 
 
| 
List-unsubscribe:  | 
<http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>,	<mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe> | 
 
| 
Organization:  | 
Red Hat, Inc. | 
 
| 
References:  | 
<20060509084945.373541000@xxxxxxxxxxxx>	<20060509085151.047254000@xxxxxxxxxxxx> | 
 
| 
Sender:  | 
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx | 
 
 
 
On Tue, 09 May 2006 00:00:08 -0700, Chris Wright <chrisw@xxxxxxxxxxxx> wrote:
> +static inline unsigned long pfn_to_mfn(unsigned long pfn)
> +{
> +#ifndef CONFIG_XEN_SHADOW_MODE
> +     if (xen_feature(XENFEAT_auto_translated_physmap))
> +             return pfn;
> +     return phys_to_machine_mapping[(unsigned int)(pfn)] &
> +             ~FOREIGN_FRAME_BIT;
> +#else
> +     return pfn;
> +#endif
> +}
Why do we need several modes in Linux guests?
If a significant tradeoff exists (for example, between performance
and maximum addressable memory), then we need to think about the
real issue instead of throwing config options into the pot.
-- Pete
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
 |   
 
 | 
    | 
  
  
    |   | 
    |