mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
hw/dma: Constify VMState
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231221031652.119827-28-richard.henderson@linaro.org>
This commit is contained in:
parent
f0613160d2
commit
63e6b56450
12 changed files with 21 additions and 21 deletions
|
@ -681,7 +681,7 @@ static const VMStateDescription vmstate_xlnx_csu_dma = {
|
|||
.name = TYPE_XLNX_CSU_DMA,
|
||||
.version_id = 0,
|
||||
.minimum_version_id = 0,
|
||||
.fields = (VMStateField[]) {
|
||||
.fields = (const VMStateField[]) {
|
||||
VMSTATE_PTIMER(src_timer, XlnxCSUDMA),
|
||||
VMSTATE_UINT16(width, XlnxCSUDMA),
|
||||
VMSTATE_BOOL(is_dst, XlnxCSUDMA),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue