From mboxrd@z Thu Jan 1 00:00:00 1970 From: Razvan Cojocaru Subject: Re: [PATCH v2 1/2] hvm/vmx: save dr7 during vmx_vmcs_save Date: Fri, 12 Feb 2016 08:56:27 +0200 Message-ID: <56BD821B.5000109@bitdefender.com> References: <1455236525-14866-1-git-send-email-tlengyel@novetta.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 1aU7ea-0004tb-So for xen-devel@lists.xenproject.org; Fri, 12 Feb 2016 06:56:32 +0000 Received: from smtp02.buh.bitdefender.net (unknown [10.17.80.76]) by mx-sr.buh.bitdefender.com (Postfix) with ESMTP id B43647FBDE for ; Fri, 12 Feb 2016 08:56:28 +0200 (EET) In-Reply-To: <1455236525-14866-1-git-send-email-tlengyel@novetta.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: Tamas K Lengyel , xen-devel@lists.xenproject.org Cc: Andrew Cooper , Kevin Tian , Keir Fraser , Jan Beulich , Jun Nakajima List-Id: xen-devel@lists.xenproject.org On 02/12/2016 02:22 AM, Tamas K Lengyel wrote: > Sending the dr7 register during vm_events is useful for various applications, > but the current way the register value is gathered is incorrent. In this patch > we extend vmx_vmcs_save so that we get the correct value. > > Suggested-by: Andrew Cooper > Signed-off-by: Tamas K Lengyel > Cc: Jun Nakajima > Cc: Kevin Tian > Cc: Keir Fraser > Cc: Jan Beulich > Cc: Andrew Cooper > --- > xen/arch/x86/hvm/vmx/vmx.c | 1 + > 1 file changed, 1 insertion(+) Acked-by: Razvan Cojocaru