mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33: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
|
@ -428,7 +428,7 @@ static const VMStateDescription sse_timer_vmstate = {
|
|||
.name = "sse-timer",
|
||||
.version_id = 1,
|
||||
.minimum_version_id = 1,
|
||||
.fields = (VMStateField[]) {
|
||||
.fields = (const VMStateField[]) {
|
||||
VMSTATE_TIMER(timer, SSETimer),
|
||||
VMSTATE_UINT32(cntfrq, SSETimer),
|
||||
VMSTATE_UINT32(cntp_ctl, SSETimer),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue