From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: [PATCHv4 0/2] x86/xen: PVH fixes Date: Fri, 5 Sep 2014 15:11:47 +0100 Message-ID: <1409926309-8345-1-git-send-email-david.vrabel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1XPuFR-0002D6-Va for xen-devel@lists.xenproject.org; Fri, 05 Sep 2014 14:12:22 +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: Boris Ostrovsky , David Vrabel List-Id: xen-devel@lists.xenproject.org Two patches for PVH Linux guests. This has been tested on an Intel processor (but not AMD). Changes in v4 (David): - cpu == 0 => boot CPU - Reduce #ifdefs. - Add patch for XEN_PVH docs. Changes in v3 (David): - Use common xen_pvh_cpu_early_init() function for boot and secondary VCPUs. Changes in v2: (Mukesh): - Use assembly macro to unify code for boot and secondary VCPUs.