Re: [PATCH 0/5] OvmfPkg/Bhyve: install ACPI tables by FwCfg

2023-06-13 Thread Peter Grehan
Hi Corvin, this is the next patch stack for EDKII. Bhyve is able to pass ACPI tables to the guest by FwCfg. This is more flexible and less space limited than our current approach of placing ACPI tables into memory. So, this patch stack modifes the guest firmware to pick up ACPI tables from FwCfg

[PATCH 0/5] OvmfPkg/Bhyve: install ACPI tables by FwCfg

2023-06-12 Thread Corvin Köhne
Hi, this is the next patch stack for EDKII. Bhyve is able to pass ACPI tables to the guest by FwCfg. This is more flexible and less space limited than our current approach of placing ACPI tables into memory. So, this patch stack modifes the guest firmware to pick up ACPI tables from FwCfg. If that