From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: [V2 PATCH 0/8]: PVH dom0.... Date: Fri, 22 Nov 2013 16:03:30 -0800 Message-ID: <1385165018-25933-1-git-send-email-mukesh.rathor@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.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Xen-devel@lists.xensource.com Cc: keir.xen@gmail.com, tim@xen.org, JBeulich@suse.com List-Id: xen-devel@lists.xenproject.org Hi, These patches implement PVH dom0. Please note there is 1 fixme in this entire series that is being addressed under a different patch series. PVH dom0 creation is disabled until then. Patches 1 thru 4 implement changes in and around construct_dom0. Patches 5 thru 7 are to support tool stack on PVH dom0, and have been mostly looked at in the past. Finally, patch 8 adds option to boot a dom0 in PVH mode. These patches are based on c/s: b18e2d9 with the addition of fixes in epte_get_entry_emt and Roger's AP bringup/cleanup patches. These can also be found in public git tree at: git://oss.oracle.com/git/mrathor/xen.git branch: dom0pvh-v2 Thanks for all the help, Mukesh