From: Igor Mammedov Date: Fri, 24 Sep 2021 12:28:02 +0000 (-0400) Subject: acpi: AcpiGenericAddress no longer used to map/access fields of MMIO, drop packed... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a8a5768786f4182cb4f4b08e830150dc93d51964;p=qemu.git acpi: AcpiGenericAddress no longer used to map/access fields of MMIO, drop packed attribute Signed-off-by: Igor Mammedov Reviewed-by: Eric Auger Message-Id: <20210924122802.1455362-36-imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/include/hw/acpi/acpi-defs.h b/include/hw/acpi/acpi-defs.h index ee733840aa..c97e8633ad 100644 --- a/include/hw/acpi/acpi-defs.h +++ b/include/hw/acpi/acpi-defs.h @@ -55,7 +55,7 @@ struct AcpiGenericAddress { uint8_t access_width; /* ACPI 3.0: Minimum Access size (ACPI 3.0), ACPI 2.0: Reserved, Table 5-1 */ uint64_t address; /* 64-bit address of struct or register */ -} QEMU_PACKED; +}; typedef struct AcpiFadtData { struct AcpiGenericAddress pm1a_cnt; /* PM1a_CNT_BLK */