Re: [PATCH 1/1] OvmfPkg: Bhyve: Correct the SSDT Revision field
Ard Biesheuvel
On Tue, 21 Dec 2021 at 16:06, Rebecca Cran <rebecca@...> wrote:
Wouldn't it be better to simply remove this file?
According to the ACPI Specification version 6.0 and newer, the SSDT
Revision field should be 2. Fix AcpiTables/Ssdt.aml.
Signed-off-by: Rebecca Cran <rebecca@...>
---
OvmfPkg/Bhyve/AcpiTables/Ssdt.asl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/OvmfPkg/Bhyve/AcpiTables/Ssdt.asl b/OvmfPkg/Bhyve/AcpiTables/Ssdt.asl
index 175ab3b7e66d..761b8267b9a5 100644
--- a/OvmfPkg/Bhyve/AcpiTables/Ssdt.asl
+++ b/OvmfPkg/Bhyve/AcpiTables/Ssdt.asl
@@ -11,5 +11,5 @@
**/
-DefinitionBlock ("Ssdt.aml", "SSDT", 1, "REDHAT", "OVMF ", 1) {
+DefinitionBlock ("Ssdt.aml", "SSDT", 2, "REDHAT", "OVMF ", 1) {
}