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 EB79721ECCB22 for ; Wed, 20 Sep 2017 11:26:03 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8B9B62027C; Wed, 20 Sep 2017 18:29:09 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 8B9B62027C Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=lersek@redhat.com Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-23.rdu2.redhat.com [10.10.120.23]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6FDBE60242; Wed, 20 Sep 2017 18:29:05 +0000 (UTC) To: Jordan Justen , Aleksei Kovura Cc: edk2-devel-01 , Gerd Hoffmann , Igor Mammedov , Ruiyu Ni References: <20170919191815.3004-1-lersek@redhat.com> <150593109252.7662.2073612350244100426@jljusten-skl> From: Laszlo Ersek Message-ID: Date: Wed, 20 Sep 2017 20:28:59 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <150593109252.7662.2073612350244100426@jljusten-skl> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Wed, 20 Sep 2017 18:29:09 +0000 (UTC) Subject: Re: [PATCH 0/3] OvmfPkg/QemuVideoDxe/VbeShim: handle PAM1 register on Q35 correctly 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: Wed, 20 Sep 2017 18:26:04 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 09/20/17 20:11, Jordan Justen wrote: > Series Reviewed-by: Jordan Justen Much appreciated! :) Aleksei, thank you for the LaunchPad bug report (complete with bisection) and the testing. Pushed: b68c793144e8..947f3737abf6. Cheers, Laszlo > On 2017-09-19 12:18:12, Laszlo Ersek wrote: >> Repo: https://github.com/lersek/edk2.git >> Branch: vbe_shim_q35_pam >> >> Fix the long-standing OVMF/Q35 bug recently exposed by a QEMU change, >> and reported under . >> >> Aleksei, can you please fetch the branch, build it, and report back with >> your Tested-by if it works for you? >> >> I performed my own tests as well; I'll include those in a separate >> email. >> >> Cc: Aleksei Kovura >> Cc: Gerd Hoffmann >> Cc: Igor Mammedov >> Cc: Jordan Justen >> Cc: Ruiyu Ni >> >> Thank you, >> Laszlo >> >> Laszlo Ersek (3): >> OvmfPkg/CsmSupportLib: move PAM register addresses to IndustryStandard >> OvmfPkg/QemuVideoDxe/VbeShim: rename Status to >> Segment0AllocationStatus >> OvmfPkg/QemuVideoDxe/VbeShim: handle PAM1 register on Q35 correctly >> >> OvmfPkg/Csm/CsmSupportLib/LegacyRegion.c | 62 ++++++++++---------- >> OvmfPkg/Csm/CsmSupportLib/LegacyRegion.h | 22 +------ >> OvmfPkg/Include/IndustryStandard/I440FxPiix4.h | 13 ++++ >> OvmfPkg/Include/IndustryStandard/Q35MchIch9.h | 8 +++ >> OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf | 3 +- >> OvmfPkg/QemuVideoDxe/VbeShim.c | 47 ++++++++++++--- >> 6 files changed, 95 insertions(+), 60 deletions(-) >> >> -- >> 2.14.1.3.gb7cf6e02401b >>