[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 38/71] hw/loongarch: Constify VMState
|
From: |
Richard Henderson |
|
Subject: |
[PATCH 38/71] hw/loongarch: Constify VMState |
|
Date: |
Sun, 5 Nov 2023 22:57:54 -0800 |
Signed-off-by: Richard Henderson <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
- [PATCH 13/71] target/openrisc: Constify VMState in machine.c, (continued)
- [PATCH 13/71] target/openrisc: Constify VMState in machine.c, Richard Henderson, 2023/11/06
- [PATCH 14/71] target/ppc: Constify VMState in machine.c, Richard Henderson, 2023/11/06
- [PATCH 16/71] target/s390x: Constify VMState in machine.c, Richard Henderson, 2023/11/06
- [PATCH 10/71] target/m68k: Constify VMState in machine.c, Richard Henderson, 2023/11/06
- [PATCH 19/71] hw/core: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 21/71] hw/acpi: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 18/71] hw/arm: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 28/71] hw/gpio: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 38/71] hw/loongarch: Constify VMState,
Richard Henderson <=
- [PATCH 17/71] target/sparc: Constify VMState in machine.c, Richard Henderson, 2023/11/06
- [PATCH 15/71] target/riscv: Constify VMState in machine.c, Richard Henderson, 2023/11/06
- [PATCH 25/71] hw/char: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 33/71] hw/input: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 24/71] hw/block: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 23/71] hw/audio: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 29/71] hw/hyperv: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 32/71] hw/ide: Constify VMState, Richard Henderson, 2023/11/06