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 11 of 22] xenpaging: do not bounce p2mt to xenpag

To: Olaf Hering <olaf@xxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH 11 of 22] xenpaging: do not bounce p2mt to xenpaging
From: Tim Deegan <Tim.Deegan@xxxxxxxxxx>
Date: Mon, 13 Jun 2011 11:48:14 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 13 Jun 2011 03:48:50 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <17c9aa11b28a867864b1.1307697180@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/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: <patchbomb.1307697169@xxxxxxxxxxxx> <17c9aa11b28a867864b1.1307697180@xxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.21 (2010-09-15)
At 11:13 +0200 on 10 Jun (1307704380), Olaf Hering wrote:
> diff -r 1de8de108d15 -r 17c9aa11b28a xen/arch/x86/mm/p2m.c
> --- a/xen/arch/x86/mm/p2m.c   Fri Jun 10 10:47:14 2011 +0200
> +++ b/xen/arch/x86/mm/p2m.c   Fri Jun 10 10:47:15 2011 +0200
> @@ -773,7 +773,6 @@ void p2m_mem_paging_populate(struct doma
>  
>      /* Send request to pager */
>      req.gfn = gfn;
> -    req.p2mt = p2mt;
>      req.vcpu_id = v->vcpu_id;
>  
>      mem_event_put_request(d, &req);

Might as well leave this hypervisor-side part here; it's pretty much
free and if we do decide to start using p2mt in a paging client it will
save us reintroducing it. 

Cheers,

Tim.

-- 
Tim Deegan <Tim.Deegan@xxxxxxxxxx>
Principal Software Engineer, Xen Platform Team
Citrix Systems UK Ltd.  (Company #02937203, SL9 0BG)

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

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