Re: [edk2-devel] [PATCH v3 0/4] Fix OvmfXen boot failure due to s3 support state

2021-08-29 Thread Lin, Gary (HPS OE-Linux)
On Fri, Aug 27, 2021 at 03:16:43PM +0200, Ard Biesheuvel wrote: > On Tue, 24 Aug 2021 at 19:21, Jim Fehlig wrote: > > > > On 8/23/21 1:09 AM, Gary Lin wrote: > > > When using HVM Direct kernel boot with OvmfXen, it could fail at the > > > S3BootScript due to the inconsistency between QemuFwCfgS3En

Re: [edk2-devel] [PATCH v3 0/4] Fix OvmfXen boot failure due to s3 support state

2021-08-27 Thread Ard Biesheuvel
On Tue, 24 Aug 2021 at 19:21, Jim Fehlig wrote: > > On 8/23/21 1:09 AM, Gary Lin wrote: > > When using HVM Direct kernel boot with OvmfXen, it could fail at the > > S3BootScript due to the inconsistency between QemuFwCfgS3Enabled() > > and PcdAcpiS3Enable. > > > > This patch series initializes Pcd

Re: [edk2-devel] [PATCH v3 0/4] Fix OvmfXen boot failure due to s3 support state

2021-08-24 Thread Jim Fehlig via groups.io
On 8/23/21 1:09 AM, Gary Lin wrote: When using HVM Direct kernel boot with OvmfXen, it could fail at the S3BootScript due to the inconsistency between QemuFwCfgS3Enabled() and PcdAcpiS3Enable. This patch series initializes PcdAcpiS3Enable in . Besides, QemuFwCfgS3Enabled() is replaced with PcdAc

Re: [edk2-devel] [PATCH v3 0/4] Fix OvmfXen boot failure due to s3 support state

2021-08-23 Thread Yao, Jiewen
d ; Julien Grall ; > Jim Fehlig ; Joey Li > Subject: [edk2-devel] [PATCH v3 0/4] Fix OvmfXen boot failure due to s3 > support > state > > When using HVM Direct kernel boot with OvmfXen, it could fail at the > S3BootScript due to the inconsistency between QemuFwCfgS3Enabled()

[edk2-devel] [PATCH v3 0/4] Fix OvmfXen boot failure due to s3 support state

2021-08-23 Thread Lin, Gary (HPS OE-Linux)
When using HVM Direct kernel boot with OvmfXen, it could fail at the S3BootScript due to the inconsistency between QemuFwCfgS3Enabled() and PcdAcpiS3Enable. This patch series initializes PcdAcpiS3Enable in . Besides, QemuFwCfgS3Enabled() is replaced with PcdAcpiS3Enable in several OVMF libraries