mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13: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
|
@ -63,7 +63,7 @@ static const VMStateDescription vmstate_pl181 = {
|
|||
.name = "pl181",
|
||||
.version_id = 1,
|
||||
.minimum_version_id = 1,
|
||||
.fields = (VMStateField[]) {
|
||||
.fields = (const VMStateField[]) {
|
||||
VMSTATE_UINT32(clock, PL181State),
|
||||
VMSTATE_UINT32(power, PL181State),
|
||||
VMSTATE_UINT32(cmdarg, PL181State),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue