Re: [edk2-devel] [PATCH v3 5/7] OvmfPkg: CloudHv: Retrieve RSDP address from PVH

2022-02-25 Thread Gerd Hoffmann
On Thu, Feb 24, 2022 at 03:28:24PM +0100, sebastien.bo...@intel.com wrote: > From: Sebastien Boeuf > > Instead of hardcoding the address of the RSDP in the firmware, let's > rely on the PVH structure hvm_start_info to retrieve this information. Acked-by: Gerd Hoffmann -=-=-=-=-=-=-=-=-=-=-=-

[edk2-devel] [PATCH v3 5/7] OvmfPkg: CloudHv: Retrieve RSDP address from PVH

2022-02-24 Thread Boeuf, Sebastien
From: Sebastien Boeuf Instead of hardcoding the address of the RSDP in the firmware, let's rely on the PVH structure hvm_start_info to retrieve this information. Signed-off-by: Sebastien Boeuf --- OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf | 2 ++ OvmfPkg/AcpiPlatformDxe/CloudHvAcpi.c