mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
hw/ssi: Constify VMState
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231221031652.119827-56-richard.henderson@linaro.org>
This commit is contained in:
parent
735e354a43
commit
0aa6c7df8c
12 changed files with 15 additions and 15 deletions
|
@ -534,7 +534,7 @@ static const VMStateDescription vmstate_npcm7xx_fiu = {
|
|||
.name = "npcm7xx-fiu",
|
||||
.version_id = 0,
|
||||
.minimum_version_id = 0,
|
||||
.fields = (VMStateField[]) {
|
||||
.fields = (const VMStateField[]) {
|
||||
VMSTATE_INT32(active_cs, NPCM7xxFIUState),
|
||||
VMSTATE_UINT32_ARRAY(regs, NPCM7xxFIUState, NPCM7XX_FIU_NR_REGS),
|
||||
VMSTATE_END_OF_LIST(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue