WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] HYBRID: (PV in HVM) update

To: "Xen-devel@xxxxxxxxxxxxxxxxxxx" <Xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] HYBRID: (PV in HVM) update
From: Mukesh Rathor <mukesh.rathor@xxxxxxxxxx>
Date: Thu, 18 Aug 2011 15:54:14 -0700
Cc:
Delivery-date: Thu, 18 Aug 2011 15:55:42 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: Oracle Corporation
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
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



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] HYBRID: (PV in HVM) update, Mukesh Rathor <=