From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: HYBRID: (PV in HVM) update Date: Thu, 18 Aug 2011 15:54:14 -0700 Message-ID: <20110818155414.1d8c3015@mantra.us.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org 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