Re: [edk2-devel] [PATCH v4 0/6] OvmfPkg/Bhyve: install Acpi tables by FwCfg

2023-06-23 Thread Ard Biesheuvel
On Wed, 21 Jun 2023 at 09:31, Corvin Köhne wrote: > > CI: https://github.com/tianocore/edk2/pull/4545 > > Corvin Köhne (6): > OvmfPkg/Library: fix definition of GetAcpiRsdpFromMemory > OvmfPkg: avoid including AcpiPlatformLib twice > OvmfPkg: move PciEncoding into AcpiPlatformLib > OvmfPkg

[edk2-devel] [PATCH v4 0/6] OvmfPkg/Bhyve: install Acpi tables by FwCfg

2023-06-21 Thread Corvin Köhne
CI: https://github.com/tianocore/edk2/pull/4545 Corvin Köhne (6): OvmfPkg/Library: fix definition of GetAcpiRsdpFromMemory OvmfPkg: avoid including AcpiPlatformLib twice OvmfPkg: move PciEncoding into AcpiPlatformLib OvmfPkg: move BootScript into AcpiPlatformLib OvmfPkg: move QemuFwCfgAc