[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 07/71] target/hppa: Constify VMState in machine.c
From: |
Richard Henderson |
Subject: |
[PATCH v2 07/71] target/hppa: Constify VMState in machine.c |
Date: |
Thu, 21 Dec 2023 14:15:48 +1100 |
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
target/hppa/machine.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/hppa/machine.c b/target/hppa/machine.c
index 15cbc5e6d0..211bfcf640 100644
--- a/target/hppa/machine.c
+++ b/target/hppa/machine.c
@@ -201,7 +201,7 @@ static const VMStateField vmstate_env_fields[] = {
VMSTATE_END_OF_LIST()
};
-static const VMStateDescription *vmstate_env_subsections[] = {
+static const VMStateDescription * const vmstate_env_subsections[] = {
&vmstate_tlb,
NULL
};
--
2.34.1
- [PATCH v2 00/71] *: Constify VMState, Richard Henderson, 2023/12/20
- [PATCH v2 01/71] migration: Make VMStateDescription.subsections const, Richard Henderson, 2023/12/20
- [PATCH v2 02/71] target/arm: Constify VMState in machine.c, Richard Henderson, 2023/12/20
- [PATCH v2 03/71] target/arm: Constify hvf/hvf.c, Richard Henderson, 2023/12/20
- [PATCH v2 04/71] target/alpha: Constify VMState in machine.c, Richard Henderson, 2023/12/20
- [PATCH v2 05/71] target/avr: Constify VMState in machine.c, Richard Henderson, 2023/12/20
- [PATCH v2 06/71] target/cris: Constify VMState in machine.c, Richard Henderson, 2023/12/20
- [PATCH v2 07/71] target/hppa: Constify VMState in machine.c,
Richard Henderson <=
- [PATCH v2 08/71] target/i386: Constify VMState in machine.c, Richard Henderson, 2023/12/20
- [PATCH v2 09/71] target/loongarch: Constify VMState in machine.c, Richard Henderson, 2023/12/20
- [PATCH v2 10/71] target/m68k: Constify VMState in machine.c, Richard Henderson, 2023/12/20
- [PATCH v2 11/71] target/microblaze: Constify VMState in machine.c, Richard Henderson, 2023/12/20
- [PATCH v2 12/71] target/mips: Constify VMState in machine.c, Richard Henderson, 2023/12/20
- [PATCH v2 13/71] target/openrisc: Constify VMState in machine.c, Richard Henderson, 2023/12/20
- [PATCH v2 14/71] target/ppc: Constify VMState in machine.c, Richard Henderson, 2023/12/20
- [PATCH v2 15/71] target/riscv: Constify VMState in machine.c, Richard Henderson, 2023/12/20