From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: [V5 PATCH 0/7]: PVH dom0.... Date: Wed, 4 Dec 2013 18:05:21 -0800 Message-ID: <1386209128-5261-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, V5: Only changes to patch 5 and 6, others same as V4. -patch 5: xsm change broke arm build. changed arm/mm.c. -patch 6: define p2m_is_foreign as 0 on arm to not cause build break. also, make x86 specific things ifdef x86 so arm path will remain exactly the same. Tim: patch 4 needs your approval. Daniel: patch 5 needs your approval. These patches implement PVH dom0. Patches 1 and 2 implement changes in and around construct_dom0. Patch 7 adds option to boot a dom0 in PVH mode. The rest support tool stack on a pvh dom0. These patches are based on c/s: 4b07b3cbf29f66da6090d52e75b5fdae592c6441 These can also be found in public git tree at: git://oss.oracle.com/git/mrathor/xen.git branch: dom0pvh-v5 Thanks for all the help, Mukesh