[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 24/32] hw/acpi/ich9_tco: Include missing 'migration/vmstate.h' hea
From: |
Philippe Mathieu-Daudé |
Subject: |
[PULL 24/32] hw/acpi/ich9_tco: Include missing 'migration/vmstate.h' header |
Date: |
Thu, 22 Feb 2024 13:55:15 +0100 |
We need the VMStateDescription structure definition from
"migration/vmstate.h" in order to declare vmstate_tco_io_sts.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Message-Id: <20240219141412.71418-4-philmd@linaro.org>
---
include/hw/acpi/ich9_tco.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/hw/acpi/ich9_tco.h b/include/hw/acpi/ich9_tco.h
index c4393caee0..2562a7cf39 100644
--- a/include/hw/acpi/ich9_tco.h
+++ b/include/hw/acpi/ich9_tco.h
@@ -11,6 +11,7 @@
#define HW_ACPI_TCO_H
#include "exec/memory.h"
+#include "migration/vmstate.h"
/* As per ICH9 spec, the internal timer has an error of ~0.6s on every tick */
#define TCO_TICK_NSEC 600000000LL
--
2.41.0
- [PULL 02/32] hw/sysbus: Inline and remove sysbus_add_io(), Philippe Mathieu-Daudé, 2024/02/22
- [PULL 07/32] hw/ppc/spapr_cpu: Use qdev_is_realized() instead of QOM API, Philippe Mathieu-Daudé, 2024/02/22
- [PULL 08/32] hw/ppc/pnv_bmc: Use qdev_new() instead of QOM API, Philippe Mathieu-Daudé, 2024/02/22
- [PULL 19/32] hw/i386/pc_sysfw: Use qdev_is_realized() instead of QOM API, Philippe Mathieu-Daudé, 2024/02/22
- [PULL 22/32] hw/acpi: Include missing 'qapi/qapi-types-acpi.h' generated header, Philippe Mathieu-Daudé, 2024/02/22
- [PULL 09/32] hw/tricore/testboard: Use qdev_new() instead of QOM basic API, Philippe Mathieu-Daudé, 2024/02/22
- [PULL 23/32] hw/acpi/cpu: Use CPUState typedef, Philippe Mathieu-Daudé, 2024/02/22
- [PULL 24/32] hw/acpi/ich9_tco: Include missing 'migration/vmstate.h' header,
Philippe Mathieu-Daudé <=
- [PULL 32/32] hw/sparc/leon3: Fix wrong usage of DO_UPCAST macro, Philippe Mathieu-Daudé, 2024/02/22
- [PULL v2 00/32] Misc HW patches for 2024-02-22, Philippe Mathieu-Daudé, 2024/02/22