From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: [V11 PATCH 00/21]PVH xen: Phase I, Version 11 patches... Date: Thu, 22 Aug 2013 18:18:49 -0700 Message-ID: <1377220750-19514-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 List-Id: xen-devel@lists.xenproject.org Finally, I've the V11 set of patches. V11: - gdt union patch not needed anymore, so dropped it. - patch 17 made the last patch - merged patch 22 and 23. Individual patches state the changes made to them in V11, if any. As a result of V11, I've three work items in the immediate: - Investigate guest IRET fault handling in vmexit handler. - PVH guest shutdown hangs intermittantly in some handle_speaker_io code - submit linux patch as a result of the redone vcpu set context function. To repeat from before, these are xen changes to support boot of a 64bit PVH domU guest. Built on top of unstable git c/s: 0c006b41a283a0a569c863d44abde5aa5750ae01 The public git tree for this: git clone -n git://oss.oracle.com/git/mrathor/xen.git . git checkout pvh.v11-final Coming in future after this is done, two patchsets: - 1) tools changes and 2) dom0 changes. Thanks for all the help, Mukesh