diff mbox

[07/21] ACPI: Add hypervisor ID field to FADT.

Message ID 1454981583-31872-8-git-send-email-al.stone@linaro.org
State Rejected
Headers show

Commit Message

Al Stone Feb. 9, 2016, 1:32 a.m. UTC
Add a field that is now defined in the spec but was not in the
FADT definition.

Signed-off-by: Al Stone <al.stone@linaro.org>
---
 src/lib/include/fwts_acpi.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Colin Ian King Feb. 9, 2016, 11:55 a.m. UTC | #1
On 09/02/16 01:32, Al Stone wrote:
> Add a field that is now defined in the spec but was not in the
> FADT definition.
> 
> Signed-off-by: Al Stone <al.stone@linaro.org>
> ---
>  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;
>  
>  /*
> 
Thanks for spotting this change.

Acked-by: Colin Ian King <colin.king@canonucal.com>
Alex Hung Feb. 17, 2016, 5:26 a.m. UTC | #2
On 2016-02-09 09:32 AM, Al Stone wrote:
> Add a field that is now defined in the spec but was not in the
> FADT definition.
>
> Signed-off-by: Al Stone <al.stone@linaro.org>
> ---
>   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;
>
>   /*
>

Acked-by: Alex Hung <alex.hung@canonical.com>
diff mbox

Patch

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;
 
 /*