From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH] Revert "KVM: nested VMX: disable perf cpuid reporting" Date: Wed, 21 Dec 2016 18:48:59 +0100 Message-ID: References: <1482280490-28167-1-git-send-email-jmattson@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Jim Mattson , David Hildenbrand Return-path: Received: from mail-wj0-f195.google.com ([209.85.210.195]:36698 "EHLO mail-wj0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756759AbcLURtC (ORCPT ); Wed, 21 Dec 2016 12:49:02 -0500 Received: by mail-wj0-f195.google.com with SMTP id j10so33121845wjb.3 for ; Wed, 21 Dec 2016 09:49:01 -0800 (PST) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 21/12/2016 17:00, Jim Mattson wrote: > > It seems likely that this was induced by an attempt to save/restore > MSR_CORE_PERF_GLOBAL_CTRL, since L0 doesn't set the > VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL/VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL > bits in L1's VMX capability MSRs. (As an aside: why not?) Because no one has ever tried, I guess. Paolo