From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1BC53C4332F for ; Sat, 24 Dec 2022 09:33:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230397AbiLXJdl (ORCPT ); Sat, 24 Dec 2022 04:33:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43132 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229890AbiLXJdk (ORCPT ); Sat, 24 Dec 2022 04:33:40 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 355D0E083 for ; Sat, 24 Dec 2022 01:32:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1671874373; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=be7MDAtTG/b8darMvk+vw9vOPyC8kd2roGp6vrdGG4k=; b=WwOCnrSccWlfk+wPOmBObD9rRJ+ovy6/vsPD3t158cZUXA7pWw4YW8nMdjJnYgpS+2h+C6 9CPXW1YWsaYc5v2khGlWYtwl4SgpmnQVOjPNOhYnbfns//J0z9fpBejiZR7vg5Kyk06a0l 8KktLRLOTnyN/d8T5NdFO8O4qMTuFYU= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-279-EQlTGlZyPLyFQzn0VtfURA-1; Sat, 24 Dec 2022 04:32:48 -0500 X-MC-Unique: EQlTGlZyPLyFQzn0VtfURA-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 63758299E752; Sat, 24 Dec 2022 09:32:48 +0000 (UTC) Received: from virtlab701.virt.lab.eng.bos.redhat.com (virtlab701.virt.lab.eng.bos.redhat.com [10.19.152.228]) by smtp.corp.redhat.com (Postfix) with ESMTP id DFF8A492C14; Sat, 24 Dec 2022 09:32:47 +0000 (UTC) From: Paolo Bonzini To: Vitaly Kuznetsov Cc: kvm@vger.kernel.org, Sean Christopherson , Wanpeng Li , Jim Mattson , Maxim Levitsky , linux-hyperv@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/4] KVM: VMX: nVMX: Make eVMCS enablement more robust Date: Sat, 24 Dec 2022 04:32:39 -0500 Message-Id: <20221224093238.1633330-1-pbonzini@redhat.com> In-Reply-To: <20221104144708.435865-1-vkuznets@redhat.com> References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.9 Precedence: bulk List-ID: X-Mailing-List: linux-hyperv@vger.kernel.org Queued (for 6.3), thanks. Paolo