[PATCH v2 07/23] ACPI: Add hypervisor ID field to FADT.

Al Stone al.stone at linaro.org
Fri Feb 19 23:39:43 UTC 2016


Add a field that is now defined in the spec but was not in the
FADT definition.

Signed-off-by: Al Stone <al.stone at linaro.org>
Acked-by: Colin Ian King <colin.king at canonical.com>
Acked-by: Alex Hung <alex.hung at canonical.com>
---
 src/lib/include/fwts_acpi.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/include/fwts_acpi.h b/src/lib/include/fwts_acpi.h
index bab62ec..b57022c 100644
--- a/src/lib/include/fwts_acpi.h
+++ b/src/lib/include/fwts_acpi.h
@@ -298,6 +298,7 @@ typedef struct {
 	fwts_acpi_gas	x_gpe1_blk;
 	fwts_acpi_gas	sleep_control_reg;
 	fwts_acpi_gas	sleep_status_reg;
+	uint64_t	hypervisor_id;
 } __attribute__ ((packed)) fwts_acpi_table_fadt;
 
 /*
-- 
2.5.0




More information about the fwts-devel mailing list