mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
hw/arm: Constify VMState
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231221031652.119827-19-richard.henderson@linaro.org>
This commit is contained in:
parent
dd9729b302
commit
607ef5706c
15 changed files with 45 additions and 45 deletions
|
@ -1677,7 +1677,7 @@ static const VMStateDescription armsse_vmstate = {
|
|||
.name = "iotkit",
|
||||
.version_id = 2,
|
||||
.minimum_version_id = 2,
|
||||
.fields = (VMStateField[]) {
|
||||
.fields = (const VMStateField[]) {
|
||||
VMSTATE_CLOCK(mainclk, ARMSSE),
|
||||
VMSTATE_CLOCK(s32kclk, ARMSSE),
|
||||
VMSTATE_UINT32(nsccfg, ARMSSE),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue