From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH v2] kvm: nVMX: Correct a VMX instruction error code for VMPTRLD Date: Mon, 12 Dec 2016 07:28:58 +0100 Message-ID: References: <1480530499-19098-1-git-send-email-jmattson@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: GanShun To: Jim Mattson , kvm@vger.kernel.org Return-path: Received: from mail-wj0-f196.google.com ([209.85.210.196]:33833 "EHLO mail-wj0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751356AbcLLG3C (ORCPT ); Mon, 12 Dec 2016 01:29:02 -0500 Received: by mail-wj0-f196.google.com with SMTP id xy5so9829140wjc.1 for ; Sun, 11 Dec 2016 22:29:01 -0800 (PST) In-Reply-To: <1480530499-19098-1-git-send-email-jmattson@google.com> Sender: kvm-owner@vger.kernel.org List-ID: On 30/11/2016 19:28, Jim Mattson wrote: > From: GanShun > > When the operand passed to VMPTRLD matches the address of the VMXON > region, the VMX instruction error code should be > VMXERR_VMPTRLD_VMXON_POINTER rather than VMXERR_VMCLEAR_VMXON_POINTER. > > Signed-off-by: Jim Mattson > --- > arch/x86/kvm/vmx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) This patch is missing GanShun's Signed-off-by. Paolo