From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH] KVM: nVMX: Update vmcs12->guest_linear_address on nested VM-exit Date: Wed, 7 Jun 2017 16:41:16 +0200 Message-ID: <20170607144115.GG28750@potion> References: <20170601194446.188113-1-jmattson@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Jan Dakinevich To: Jim Mattson Return-path: Received: from mx1.redhat.com ([209.132.183.28]:42746 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751207AbdFGOle (ORCPT ); Wed, 7 Jun 2017 10:41:34 -0400 Content-Disposition: inline In-Reply-To: <20170601194446.188113-1-jmattson@google.com> Sender: kvm-owner@vger.kernel.org List-ID: 2017-06-01 12:44-0700, Jim Mattson: > The guest-linear address field is set for VM exits due to attempts to > execute LMSW with a memory operand and VM exits due to attempts to > execute INS or OUTS for which the relevant segment is usable, > regardless of whether or not EPT is in use. > > Fixes: 119a9c01a5922 ("KVM: nVMX: pass valid guest linear-address to the L1") > Signed-off-by: Jim Mattson > --- Queued, thanks.