hw/misc: Constify VMState

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231221031652.119827-41-richard.henderson@linaro.org>
This commit is contained in:
Richard Henderson
2023-12-21 14:16:21 +11:00
parent 2a031ec751
commit e4ea952fb0
83 changed files with 108 additions and 108 deletions

View File

@@ -205,7 +205,7 @@ static const VMStateDescription vmstate_mips_gcr = {
.name = "mips-gcr",
.version_id = 0,
.minimum_version_id = 0,
.fields = (VMStateField[]) {
.fields = (const VMStateField[]) {
VMSTATE_UINT64(cpc_base, MIPSGCRState),
VMSTATE_END_OF_LIST()
},