From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: Re: [RFC PATCH 10/16]: PVH xen: introduce vmx_pvh.c Date: Thu, 24 Jan 2013 18:18:13 -0800 Message-ID: <20130124181813.2242cbb5@mantra.us.oracle.com> References: <20130111180110.55ce77aa@mantra.us.oracle.com> <20130124163122.GJ20551@ocelot.phlegethon.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130124163122.GJ20551@ocelot.phlegethon.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Tim Deegan Cc: "Xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Thu, 24 Jan 2013 16:31:22 +0000 Tim Deegan wrote: > At 18:01 -0800 on 11 Jan (1357927270), Mukesh Rathor wrote: > > The heart of this patch is vmx exit handler for PVH guest. It is > > nicely isolated in a separate module. A call to it is added to > > vmx_pvh_vmexit_handler(). > > Not looking at this in fine detail yet (considering the various > 'fixme's still around in it), but one or two things: That's where I need suggestions/help ;).