mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
hw/sd: Constify VMState
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231221031652.119827-53-richard.henderson@linaro.org>
This commit is contained in:
parent
2d7b39a64f
commit
307119ba50
10 changed files with 14 additions and 14 deletions
|
@ -84,7 +84,7 @@ static const VMStateDescription vmstate_pxa2xx_mmci = {
|
|||
.name = "pxa2xx-mmci",
|
||||
.version_id = 2,
|
||||
.minimum_version_id = 2,
|
||||
.fields = (VMStateField[]) {
|
||||
.fields = (const VMStateField[]) {
|
||||
VMSTATE_UINT32(status, PXA2xxMMCIState),
|
||||
VMSTATE_UINT32(clkrt, PXA2xxMMCIState),
|
||||
VMSTATE_UINT32(spi, PXA2xxMMCIState),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue