> +++ b/OvmfPkg/XenPlatformPei/Platform.c > + // > + // This S3 conditional test is mainly for HVM Direct Kernel Boot since > + // QEMU fwcfg isn't really supported other than that. > + // > + if (QemuFwCfgS3Enabled ()) { > + DEBUG ((DEBUG_INFO, "S3 support was detected on QEMU\n")); > + Status = PcdSetBoolS (PcdAcpiS3Enable, TRUE); > + ASSERT_EFI_ERROR (Status); > + }
OvmfPkg/PlatformPei/Platform.c already does that, so this makes kvm and xen more consistent. Reviewed-by: Gerd Hoffmann <kra...@redhat.com> take care, Gerd -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#79756): https://edk2.groups.io/g/devel/message/79756 Mute This Topic: https://groups.io/mt/85080301/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-