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 B896181D3E for ; Mon, 28 Nov 2016 11:58:59 -0800 (PST) Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (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 2883EA794; Mon, 28 Nov 2016 19:58:59 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-107.phx2.redhat.com [10.3.116.107]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uASJwvJT021644; Mon, 28 Nov 2016 14:58:57 -0500 To: Jordan Justen , edk2-devel-01 References: <20161128130839.9160-1-lersek@redhat.com> <148036108057.28556.3176279137944726416@jljusten-ivb> Cc: Igor Mammedov , Jeff Fan , Michael Kinney From: Laszlo Ersek Message-ID: <104fd9d2-afac-69ba-4abf-dddbcd5d9100@redhat.com> Date: Mon, 28 Nov 2016 20:58:56 +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: <148036108057.28556.3176279137944726416@jljusten-ivb> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Mon, 28 Nov 2016 19:58:59 +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: Mon, 28 Nov 2016 19:58:59 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 11/28/16 20:24, Jordan Justen wrote: > Series Reviewed-by: Jordan Justen Thanks Jordan! :) I hope Jeff too will accept this version. Cheers! Laszlo > 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==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(-) >> >> -- >> 2.9.2 >>