From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: [V3 PATCH 0/3]: PVH xen tools: tools changes to create PVH guest Date: Tue, 10 Sep 2013 14:55:55 -0700 Message-ID: <1378850158-25805-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.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1VJVv8-0006zO-FS for xen-devel@lists.xenproject.org; Tue, 10 Sep 2013 21:56:26 +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 V3 tools changes for PVH. These were built on unstable c/s: de333b694591909787da54a40496fc82c8ba5b62 Dropping the last xenxtore patch in V3. We can always add that in future if needed. 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