From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] p2m: move phystable into p2m Date: Thu, 20 May 2010 14:11:19 +0100 Message-ID: References: <201005201118.59894.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <201005201118.59894.Christoph.Egger@amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Christoph Egger , "xen-devel@lists.xensource.com" Cc: Tim Deegan List-Id: xen-devel@lists.xenproject.org On 20/05/2010 10:18, "Christoph Egger" wrote: > > Hi Tim! > > This patch moves phys_table from struct domain to struct p2m_domain. > This is a resend of the patch you had acknowleged when you reviewed > my nestedhvm patches. > The difference is that I removed the build dependency of the p2m cleanup patch > you wanted to have benchmark results so that it applies against xen-unstable. I'd like another Ack from Tim, then I'll apply it. -- Keir > Signed-off-by: Christoph Egger > > P.S.: Keir: This patch is against c/s 21400 but it should apply cleanly > against latest c/s since p2m code didn't change.