From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id F2A7381D3E for ; Mon, 28 Nov 2016 11:24:41 -0800 (PST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP; 28 Nov 2016 11:24:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,564,1473145200"; d="scan'208";a="196636777" Received: from airla-mobl.amr.corp.intel.com (HELO localhost) ([10.252.130.127]) by fmsmga004.fm.intel.com with ESMTP; 28 Nov 2016 11:24:40 -0800 MIME-Version: 1.0 To: Laszlo Ersek , "edk2-devel-01" Message-ID: <148036108057.28556.3176279137944726416@jljusten-ivb> From: Jordan Justen In-Reply-To: <20161128130839.9160-1-lersek@redhat.com> Cc: "Igor Mammedov" , "Jeff Fan" , "Michael Kinney" References: <20161128130839.9160-1-lersek@redhat.com> User-Agent: alot/0.3.7 Date: Mon, 28 Nov 2016 11:24:40 -0800 Subject: Re: [PATCH v3 0/2] UefiCpuPkg, OvmfPkg: set maximum (V)CPU count dynamically X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2016 19:24:42 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Series Reviewed-by: Jordan Justen On 2016-11-28 05:08:37, Laszlo Ersek wrote: > This is the v3 update on > . > = > Changes in this version [Jeff]: > - preserve original behavior for PcdCpuApInitTimeOutInMicroSeconds=3D=3D0 > - use MAX_UINT32 (~71 minutes) as "infinite wait" > = > Repo: https://github.com/lersek/edk2/ > Branch: mpinit_v3 > = > Cc: Igor Mammedov > Cc: Jeff Fan > Cc: Jordan Justen > Cc: Michael Kinney > = > Thanks > Laszlo > = > Laszlo Ersek (2): > UefiCpuPkg/MpInitLib: wait no longer than necessary for initial AP > startup > OvmfPkg/PlatformPei: take VCPU count from QEMU and configure MpInitLib > = > OvmfPkg/OvmfPkgIa32.dsc | 4 ++ > OvmfPkg/OvmfPkgIa32X64.dsc | 4 ++ > OvmfPkg/OvmfPkgX64.dsc | 4 ++ > OvmfPkg/PlatformPei/PlatformPei.inf | 1 + > OvmfPkg/PlatformPei/Platform.h | 2 + > OvmfPkg/PlatformPei/MemDetect.c | 2 +- > OvmfPkg/PlatformPei/Platform.c | 43 ++++++++++++ > UefiCpuPkg/Library/MpInitLib/MpLib.c | 73 +++++++++++++++++++- > 8 files changed, 131 insertions(+), 2 deletions(-) > = > -- = > 2.9.2 >=20