From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: KVM: nested VMX: disable perf cpuid reporting Date: Mon, 22 Sep 2014 16:01:03 -0300 Message-ID: <20140922190103.GA2349@amt.cnet> References: <20140918212457.GA9227@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Gleb Natapov , Paolo Bonzini , Bandan Das , Nadav Amit To: kvm-devel Return-path: Received: from mx1.redhat.com ([209.132.183.28]:11994 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752760AbaIVTBa (ORCPT ); Mon, 22 Sep 2014 15:01:30 -0400 Content-Disposition: inline In-Reply-To: <20140918212457.GA9227@amt.cnet> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Sep 18, 2014 at 06:24:57PM -0300, Marcelo Tosatti wrote: > > Initilization of L2 guest with -cpu host, on L1 guest with -cpu host > triggers: > > (qemu) KVM: entry failed, hardware error 0x7 > ... > nested_vmx_run: VMCS MSR_{LOAD,STORE} unsupported > > Nested VMX MSR load/store support is not sufficient to > allow perf for L2 guest. > > Until properly fixed, trap CPUID and disable function 0xA. > > Signed-off-by: Marcelo Tosatti Ping, Paolo?