mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
hw/ssi: Constify VMState
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231221031652.119827-56-richard.henderson@linaro.org>
This commit is contained in:
parent
735e354a43
commit
0aa6c7df8c
12 changed files with 15 additions and 15 deletions
|
@ -62,7 +62,7 @@ static const VMStateDescription vmstate_imx_spi = {
|
|||
.name = TYPE_IMX_SPI,
|
||||
.version_id = 1,
|
||||
.minimum_version_id = 1,
|
||||
.fields = (VMStateField[]) {
|
||||
.fields = (const VMStateField[]) {
|
||||
VMSTATE_FIFO32(tx_fifo, IMXSPIState),
|
||||
VMSTATE_FIFO32(rx_fifo, IMXSPIState),
|
||||
VMSTATE_INT16(burst_length, IMXSPIState),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue