From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: Re: HYBRID: (PV in HVM) update Date: Thu, 20 Oct 2011 16:17:09 -0700 Message-ID: <20111020161709.42a56c27@mantra.us.oracle.com> References: <20110818155414.1d8c3015@mantra.us.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110818155414.1d8c3015@mantra.us.oracle.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: Mukesh Rathor Cc: Keir, "Xen-devel@lists.xensource.com" , Fraser , Ian Campbell List-Id: xen-devel@lists.xenproject.org On Thu, 18 Aug 2011 15:54:14 -0700 Mukesh Rathor wrote: > > JFYI... So I had a third type is_hybrid in my prototype, that I > thought I could get rid of, and hide things under is_hvm check. But > that just touches too much code, and things get ugly a bit all over. > > It seems I could just mark the guest PV if not EPT and using PV > paging, and mark it HVM if EPT enabled to keep changes minimum, and > just check for hybrid where needed (so add is_hybrid back in). Trying > that now.... > > thanks > Mukesh > YEAY guys!!! I now have PV in HVM guest running with EPT! I'll clean up the code (tons of debug stuff right now), and post it for anyone to look at. Next and final frontier after that, running it as dom0. thanks, mukesh