From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: [V2 PATCH 0/5]: PVH xen tools: tools changes to create PVH guest Date: Fri, 6 Sep 2013 17:28:33 -0700 Message-ID: <1378513717-11525-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: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1VI6OT-0005zN-4R for xen-devel@lists.xenproject.org; Sat, 07 Sep 2013 00:28:53 +0000 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.xenproject.org Cc: Ian.Jackson@eu.citrix.com, Ian.Campbell@citrix.com List-Id: xen-devel@lists.xenproject.org Please find V2 tools changes for PVH. These were built on unstable c/s: 8a7769b4453168e23e8935a85e9a875ef5117253. I've dropped the gdbsx and realeted domctl change for now. I'll submit after the xen changes have gone in. A quick intro for the uninformed, these are patches for tools changes to support creation of a PVH guest. A PVH guest is a PV guest that runs in an HVM container. Note, at present HAP is required, and also only a 64bit PV can run in PVH mode. A PVH guest is created by specifying pvh=1 in the config file. thanks, Mukesh