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 EBD51821CF for ; Wed, 1 Mar 2017 01:37:16 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx16.intmail.prod.int.phx2.redhat.com [10.5.11.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7D62620265; Wed, 1 Mar 2017 09:37:17 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-19.phx2.redhat.com [10.3.116.19]) by smtp.corp.redhat.com (Postfix) with ESMTP id D2B8C2D655; Wed, 1 Mar 2017 09:37:16 +0000 (UTC) To: Tiger Liu References: <1E4DA6F54C53C24B98E8E8D172B945AF876D02@ZXBJMBX02.zhaoxin.com> Cc: "edk2-devel@lists.01.org" From: Laszlo Ersek Message-ID: <548ea34c-71e4-8e3e-75c5-aef852aaa798@redhat.com> Date: Wed, 1 Mar 2017 10:37:14 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1E4DA6F54C53C24B98E8E8D172B945AF876D02@ZXBJMBX02.zhaoxin.com> X-Scanned-By: MIMEDefang 2.74 on 10.5.11.28 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Wed, 01 Mar 2017 09:37:17 +0000 (UTC) Subject: Re: [OVMF] OVMF Support Dual-Socket boot? 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: Wed, 01 Mar 2017 09:37:17 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 03/01/17 07:06, Tiger Liu wrote: > Hi, Experts: > I have a question about dual-socket. > > Does Ovmf FW supports Dual-Socket platform boot? Yes, it does. > Such as: > Qemu emulates a dual-socket xeon platform, Could Ovmf UEFI Code boot on it? I think all of my long-term OVMF guests are SMP (4 or 8 VCPUs generally, on my laptop at least). Thanks Laszlo