From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCHv2 3/3] x86/hvm: add HVM_PARAM_X87_FIP_WIDTH Date: Tue, 23 Feb 2016 11:20:37 +0000 Message-ID: <56CC4085.1080708@citrix.com> References: <1456225539-9162-1-git-send-email-david.vrabel@citrix.com> <1456225539-9162-4-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.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aYB1I-00010w-4c for xen-devel@lists.xenproject.org; Tue, 23 Feb 2016 11:20:44 +0000 In-Reply-To: <1456225539-9162-4-git-send-email-david.vrabel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: David Vrabel , xen-devel@lists.xenproject.org Cc: Wei Liu , Ian Jackson , Ian Campbell , Jan Beulich List-Id: xen-devel@lists.xenproject.org On 23/02/16 11:05, David Vrabel wrote: > The HVM parameter HVM_PARAM_X87_FIP_WIDTH to allow tools and the guest > to adjust the width of the FIP/FDP registers to be saved/restored by > the hypervisor. This is in case the hypervisor hueristics do not do > the right thing. > > Add this parameter to the set saved during domain save/migrate. > > Signed-off-by: David Vrabel CC'ing toolstack. Reviewed-by: Andrew Cooper