mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
hw/timer: Constify VMState
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231221031652.119827-57-richard.henderson@linaro.org>
This commit is contained in:
parent
0aa6c7df8c
commit
ba324b3fb4
31 changed files with 57 additions and 57 deletions
|
@ -39,7 +39,7 @@ static const VMStateDescription vmstate_digic_timer = {
|
|||
.name = "digic.timer",
|
||||
.version_id = 1,
|
||||
.minimum_version_id = 1,
|
||||
.fields = (VMStateField[]) {
|
||||
.fields = (const VMStateField[]) {
|
||||
VMSTATE_PTIMER(ptimer, DigicTimerState),
|
||||
VMSTATE_UINT32(control, DigicTimerState),
|
||||
VMSTATE_UINT32(relvalue, DigicTimerState),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue