From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: KVM: nested VMX: disable perf cpuid reporting Date: Mon, 22 Sep 2014 21:16:16 +0200 Message-ID: <54207580.2060303@redhat.com> References: <20140918212457.GA9227@amt.cnet> <20140922190103.GA2349@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Gleb Natapov , Bandan Das , Nadav Amit To: Marcelo Tosatti , kvm-devel Return-path: Received: from mx1.redhat.com ([209.132.183.28]:4054 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750914AbaIVTQY (ORCPT ); Mon, 22 Sep 2014 15:16:24 -0400 In-Reply-To: <20140922190103.GA2349@amt.cnet> Sender: kvm-owner@vger.kernel.org List-ID: Il 22/09/2014 21:01, Marcelo Tosatti ha scritto: > 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? > Sorry, didn't push to kvm/queue but I've already applied the patch locally. I will do it first thing tomorrow (my workstation is off right now so I cannot send you a SHA). Paolo