[edk2-devel] [PATCH 13/43] OvmfPkg/XenAcpiPlatformDxe: remove the QEMU ACPI linker/loader client

2021-05-26 Thread Laszlo Ersek
The root of the QEMU ACPI linker/loader client in XenAcpiPlatformDxe is the InstallQemuFwCfgTables() function. This function always fails on Xen, due to its top-most QemuFwCfgFindFile() call. Remove the InstallQemuFwCfgTables() function call from XenAcpiPlatformDxe, along with all dependencies tha

Re: [edk2-devel] [PATCH 13/43] OvmfPkg/XenAcpiPlatformDxe: remove the QEMU ACPI linker/loader client

2021-05-27 Thread Philippe Mathieu-Daudé
On 5/26/21 10:14 PM, Laszlo Ersek wrote: > The root of the QEMU ACPI linker/loader client in XenAcpiPlatformDxe is > the InstallQemuFwCfgTables() function. This function always fails on Xen, > due to its top-most QemuFwCfgFindFile() call. > > Remove the InstallQemuFwCfgTables() function call from