From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Deegan Subject: Re: [PATCH] nestedhvm: handle l2 guest MMIO access Date: Mon, 24 Oct 2011 11:31:50 +0100 Message-ID: <20111024103150.GA68183@ocelot.phlegethon.org> References: <4EA17193.1020108@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Return-path: Content-Disposition: inline In-Reply-To: <4EA17193.1020108@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 Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org At 15:20 +0200 on 21 Oct (1319210419), Christoph Egger wrote: > Hyper-V starts a root domain which effectively an l2 guest. > Hyper-V passes its devices through to the root domain and > let it do the MMIO accesses. The emulation is done by > Xen (host) and Hyper-V forwards the interrupts to the l2 guest. > > Signed-off-by: Christoph Egger Applied, thanks. Tim.