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 67A96C433EF for ; Thu, 19 May 2022 09:29:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231156AbiESJ3l (ORCPT ); Thu, 19 May 2022 05:29:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41862 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236098AbiESJ3f (ORCPT ); Thu, 19 May 2022 05:29:35 -0400 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6839CA776E; Thu, 19 May 2022 02:29:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652952573; x=1684488573; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=GG+D/zbzcTBxqP2PNnwLTtmoBW5Cf4iVBDI1LewPyVE=; b=TqX1Y9O9Hs49AZiWkUl1+B8xITThfcTUdUzpngbIFMJC28Az6DVBixAN gefLfygW6iBMEWmNPQYrdYV394OYd4O6QvXOtynzEpTSM2u+wVmmy4hBy sHiaR3Ojw+bc6Nm4sPn8MB1BcHnrQEqExASQpUO/WsP/HDYcNf0kNibV9 6XTS2eEHZGoLXZ8YoLUIEkhom51iAG/B/LPGvWmpdtCxNOcQbwfPhG6KF Xh+ShMxGnZN7zRaFkX4R9aQyqwqhdI5S5A+3XU75Erpn2E93E5Z9VV16D ZcLScckKMBG+/EcP9uqYu5A8OWyCCIvP46pEXJezKRKsYeeRtm3+cFOro w==; X-IronPort-AV: E=McAfee;i="6400,9594,10351"; a="269701311" X-IronPort-AV: E=Sophos;i="5.91,237,1647327600"; d="scan'208";a="269701311" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 May 2022 02:29:26 -0700 X-IronPort-AV: E=Sophos;i="5.91,237,1647327600"; d="scan'208";a="570113195" Received: from gao-cwp.sh.intel.com (HELO gao-cwp) ([10.239.159.23]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 May 2022 02:29:20 -0700 Date: Thu, 19 May 2022 17:29:12 +0800 From: Chao Gao To: Sean Christopherson , Maxim Levitsky Cc: Paolo Bonzini , Zeng Guang , Vitaly Kuznetsov , Wanpeng Li , Jim Mattson , Joerg Roedel , "kvm@vger.kernel.org" , Dave Hansen , "Luck, Tony" , Kan Liang , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" , Kim Phillips , Jarkko Sakkinen , Jethro Beekman , "Huang, Kai" , "x86@kernel.org" , "linux-kernel@vger.kernel.org" , "Hu, Robert" Subject: Re: [PATCH v9 0/9] IPI virtualization support for VM Message-ID: <20220519092906.GA3234@gao-cwp> References: <20220419153155.11504-1-guang.zeng@intel.com> <2d33b71a-13e5-d377-abc2-c20958526497@redhat.com> <20220517135321.GA31556@gao-cwp> <20220517140218.GA569@gao-cwp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220517140218.GA569@gao-cwp> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 17, 2022 at 10:02:23PM +0800, Chao Gao wrote: >+ Maxim > >On Tue, May 17, 2022 at 09:53:26PM +0800, Chao Gao wrote: >>On Mon, May 16, 2022 at 08:49:52PM +0000, Sean Christopherson wrote: >>>On Tue, May 03, 2022, Paolo Bonzini wrote: >>>> On 5/3/22 09:32, Zeng Guang wrote: >>>> > >>>> > I don't see "[PATCH v9 4/9] KVM: VMX: Report tertiary_exec_control field in >>>> > dump_vmcs()" in kvm/queue. Does it not need ? >>>> >>>> Added now (somehow the patches were not threaded, so I had to catch them one >>>> by one from lore). >>>> >>>> > Selftests for KVM_CAP_MAX_VCPU_ID is posted in V2 which is revised on top of >>>> > kvm/queue. >>>> > ([PATCH v2] kvm: selftests: Add KVM_CAP_MAX_VCPU_ID cap test - Zeng >>>> > Guang (kernel.org) ) >>>> >>>> Queued, thanks. >>> >>>Shouldn't we have a solution for the read-only APIC_ID mess before this is merged? Paolo & Sean, If a solution for read-only APIC ID mess is needed before merging IPIv series, do you think the Maxim's patch [1] after some improvement will suffice? Let us know if there is any gap. [1]: https://lore.kernel.org/all/20220427200314.276673-3-mlevitsk@redhat.com/