[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 38/71] hw/loongarch: Constify VMState
From: |
Richard Henderson |
Subject: |
[PULL 38/71] hw/loongarch: Constify VMState |
Date: |
Sat, 30 Dec 2023 08:23:13 +1100 |
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20231221031652.119827-39-richard.henderson@linaro.org>
---
hw/loongarch/acpi-build.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/loongarch/acpi-build.c b/hw/loongarch/acpi-build.c
index ae292fc543..730bc4a748 100644
--- a/hw/loongarch/acpi-build.c
+++ b/hw/loongarch/acpi-build.c
@@ -564,7 +564,7 @@ static const VMStateDescription vmstate_acpi_build = {
.name = "acpi_build",
.version_id = 1,
.minimum_version_id = 1,
- .fields = (VMStateField[]) {
+ .fields = (const VMStateField[]) {
VMSTATE_UINT8(patched, AcpiBuildState),
VMSTATE_END_OF_LIST()
},
--
2.34.1
- [PULL 25/71] hw/char: Constify VMState, (continued)
- [PULL 25/71] hw/char: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 29/71] hw/hyperv: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 30/71] hw/i2c: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 31/71] hw/i386: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 32/71] hw/ide: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 33/71] hw/input: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 34/71] hw/intc: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 36/71] hw/ipmi: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 35/71] hw/ipack: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 37/71] hw/isa: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 38/71] hw/loongarch: Constify VMState,
Richard Henderson <=
- [PULL 39/71] hw/m68k: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 40/71] hw/misc: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 41/71] hw/net: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 43/71] hw/openrisc: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 42/71] hw/nvram: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 47/71] hw/ppc: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 44/71] hw/pci: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 45/71] hw/pci-bridge: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 46/71] hw/pci-host: Constify VMState, Richard Henderson, 2023/12/29
- [PULL 48/71] hw/riscv: Constify VMState, Richard Henderson, 2023/12/29