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 40D6981D36 for ; Mon, 28 Nov 2016 05:08:45 -0800 (PST) Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (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 9EE7B61B93; Mon, 28 Nov 2016 13:08:44 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-107.phx2.redhat.com [10.3.116.107]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uASD8gEr005458; Mon, 28 Nov 2016 08:08:43 -0500 From: Laszlo Ersek To: edk2-devel-01 Cc: Igor Mammedov , Jeff Fan , Jordan Justen , Michael Kinney Date: Mon, 28 Nov 2016 14:08:37 +0100 Message-Id: <20161128130839.9160-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Mon, 28 Nov 2016 13:08:44 +0000 (UTC) Subject: [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 13:08:45 -0000 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