From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (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 4E2FB81EBB for ; Tue, 29 Nov 2016 01:11:47 -0800 (PST) Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A352381253; Tue, 29 Nov 2016 09:11:46 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-57.phx2.redhat.com [10.3.116.57]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uAT9BiNw008851; Tue, 29 Nov 2016 04:11:45 -0500 To: edk2-devel-01 References: <20161128130839.9160-1-lersek@redhat.com> Cc: Michael Kinney , Jeff Fan , Jordan Justen From: Laszlo Ersek Message-ID: <492607a7-cb80-55f1-f155-8e8d85e29a48@redhat.com> Date: Tue, 29 Nov 2016 10:11:44 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: <20161128130839.9160-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Tue, 29 Nov 2016 09:11:46 +0000 (UTC) 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: Tue, 29 Nov 2016 09:11:47 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 11/28/16 14:08, Laszlo Ersek wrote: > This is the v3 update on > . > > Changes in this version [Jeff]: > - preserve original behavior for PcdCpuApInitTimeOutInMicroSeconds==0 > - 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(-) > Thanks all for the reviews, series pushed as 2b2efe33eace..45a70db3c3a5. Laszlo