mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
hw/intc: Constify VMState
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231221031652.119827-35-richard.henderson@linaro.org>
This commit is contained in:
parent
af0f07dfc7
commit
45b1f81d90
38 changed files with 77 additions and 77 deletions
|
@ -38,7 +38,7 @@ static const VMStateDescription vmstate_imx_avic = {
|
|||
.name = TYPE_IMX_AVIC,
|
||||
.version_id = 1,
|
||||
.minimum_version_id = 1,
|
||||
.fields = (VMStateField[]) {
|
||||
.fields = (const VMStateField[]) {
|
||||
VMSTATE_UINT64(pending, IMXAVICState),
|
||||
VMSTATE_UINT64(enabled, IMXAVICState),
|
||||
VMSTATE_UINT64(is_fiq, IMXAVICState),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue