From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHXyi-0002RY-Pk for qemu-devel@nongnu.org; Tue, 30 Oct 2018 13:38:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHXyh-0001eb-P3 for qemu-devel@nongnu.org; Tue, 30 Oct 2018 13:38:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56526) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gHXyh-0001dF-FK for qemu-devel@nongnu.org; Tue, 30 Oct 2018 13:38:55 -0400 From: Vitaly Kuznetsov In-Reply-To: <20181023125131.GA14424@rkaganb> References: <20181022165506.30332-1-vkuznets@redhat.com> <20181022165506.30332-3-vkuznets@redhat.com> <20181023125131.GA14424@rkaganb> Date: Tue, 30 Oct 2018 18:38:51 +0100 Message-ID: <871s87fi6s.fsf@vitty.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v2 2/2] x86: hv_evmcs CPU flag support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: "qemu-devel@nongnu.org" , Richard Henderson , Eduardo Habkost , Marcelo Tosatti , Roman Kagan Roman Kagan writes: > On Mon, Oct 22, 2018 at 06:55:06PM +0200, Vitaly Kuznetsov wrote: >> Adds a new CPU flag to enable the Enlightened VMCS KVM feature. >> QEMU enables KVM_CAP_HYPERV_ENLIGHTENED_VMCS and gets back the >> version to be advertised in lower 16 bits of CPUID.0x4000000A:EAX. >> >> Suggested-by: Ladi Prosek >> Signed-off-by: Vitaly Kuznetsov >> --- >> Changes since v1: >> - Throw away HV_CPUID_MIN_NESTED. >> - Create zeroed 0x40000006-0x40000009 CPUID leaves. >> --- >> target/i386/cpu.c | 1 + >> target/i386/cpu.h | 1 + >> target/i386/hyperv-proto.h | 2 ++ >> target/i386/kvm.c | 30 ++++++++++++++++++++++++++++-- >> 4 files changed, 32 insertions(+), 2 deletions(-) > > Reviewed-by: Roman Kagan With soft freeze date being today, would it still be possible to squeeze this one in? Thanks! -- Vitaly