]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
target/hppa: Constify VMState in machine.c
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 21 Dec 2023 03:15:48 +0000 (14:15 +1100)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 29 Dec 2023 00:17:30 +0000 (11:17 +1100)
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231221031652.119827-8-richard.henderson@linaro.org>

target/hppa/machine.c

index 15cbc5e6d037afe531a76217ab254f758e9bd5ef..211bfcf640712faee15f47cf9c2ef60205aa9b9e 100644 (file)
@@ -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
 };