From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH] KVM: nVMX: Don't update vmcs12->xss_exit_bitmap on nested VM-exit Date: Wed, 7 Jun 2017 16:41:00 +0200 Message-ID: <20170607144100.GF28750@potion> References: <20170601194337.187891-1-jmattson@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Jim Mattson Return-path: Received: from mx1.redhat.com ([209.132.183.28]:47846 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751207AbdFGOlD (ORCPT ); Wed, 7 Jun 2017 10:41:03 -0400 Content-Disposition: inline In-Reply-To: <20170601194337.187891-1-jmattson@google.com> Sender: kvm-owner@vger.kernel.org List-ID: 2017-06-01 12:43-0700, Jim Mattson: > The XSS-exiting bitmap is a VMCS control field that does not change > while the CPU is in non-root mode. Transferring the unchanged value > from vmcs02 to vmcs12 is unnecessary. > > Signed-off-by: Jim Mattson > --- Queued, thanks.