From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: [V3 PATCH 0/9]: PVH dom0.... Date: Tue, 26 Nov 2013 18:27:01 -0800 Message-ID: <1385519230-21132-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: george.dunlap@eu.citrix.com, keir.xen@gmail.com, tim@xen.org, JBeulich@suse.com List-Id: xen-devel@lists.xenproject.org Hi, V3: - New patch #7 for xsm changes to add_to_physmap. - Patches 3, 4 5 6 and 8 are unchanged from V2. (just a new comment in #8). These patches implement PVH dom0. Please note there is 1 fixme in this entire series that is being discussed under a different thread, and will be worked on next. PVH dom0 creation is disabled until then. Patches 1 thru 4 implement changes in and around construct_dom0. Patch 5 implements xsm changes for physmap update. Patches 6 thru 8 are to support tool stack on PVH dom0, and have been mostly looked at in the past. Finally, patch 9 adds option to boot a dom0 in PVH mode. These patches are based on c/s: e439e0b These can also be found in public git tree at: git://oss.oracle.com/git/mrathor/xen.git branch: dom0pvh-v3 Thanks for all the help, Mukesh