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 157E521A16EEE for ; Tue, 20 Jun 2017 15:27:55 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8E5174E4C6; Tue, 20 Jun 2017 22:29:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 8E5174E4C6 Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=lersek@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 8E5174E4C6 Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-150.phx2.redhat.com [10.3.116.150]) by smtp.corp.redhat.com (Postfix) with ESMTP id EF78C6A82E; Tue, 20 Jun 2017 22:29:16 +0000 (UTC) From: Laszlo Ersek To: Jordan Justen , edk2-devel-01 References: <20170608171333.17937-1-lersek@redhat.com> <149789577753.584.556612464247357262@jljusten-skl> <652be3ef-03fe-2aa5-71ac-1917b6902510@redhat.com> Message-ID: <222f9351-b2c7-763f-d460-dfcc472c4597@redhat.com> Date: Wed, 21 Jun 2017 00:29:15 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <652be3ef-03fe-2aa5-71ac-1917b6902510@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Tue, 20 Jun 2017 22:29:17 +0000 (UTC) Subject: Re: [PATCH 0/5] OvmfPkg: recognize an extended TSEG when QEMU offers it X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jun 2017 22:27:55 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 06/20/17 00:39, Laszlo Ersek wrote: > On 06/19/17 20:09, Jordan Justen wrote: >> On 2017-06-08 10:13:28, Laszlo Ersek wrote: >>> In we found that >>> the SMM_REQUIRE build of OVMF cannot boot with as many VCPUs as we'd >>> like, due to SMRAM exhaustion (even with the largest TSEG, 8MB). >>> >>> Related thread on edk2-devel: >>> . >>> >>> The QEMU patch at >>> >> >> This patch hasn't been merged to qemu yet, right? Merged now: QEMU commit 2f295167e0c4. Thanks Laszlo