From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] nestedhvm: ASID emulation Date: Wed, 13 Apr 2011 10:18:19 +0100 Message-ID: References: <4DA56593.1060300@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4DA56593.1060300@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" List-Id: xen-devel@lists.xenproject.org On 13/04/2011 09:57, "Christoph Egger" wrote: > > Implement ASID emulation. > This allows the l1 guest to run the l2 guest using hw ASID. > > Signed-off-by: Christoph Egger This patch will be complex enough without mixing in cleanups as well (e.g., converting sized type decls to all use [u]intN_t style). Split the cleanups from the new mechanism. -- Keir