mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
hw/scsi: Constify VMState
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231221031652.119827-52-richard.henderson@linaro.org>
This commit is contained in:
parent
b9b59a36c3
commit
2d7b39a64f
12 changed files with 21 additions and 21 deletions
|
@ -2205,7 +2205,7 @@ static const VMStateDescription vmstate_lsi_scsi = {
|
|||
.minimum_version_id = 0,
|
||||
.pre_save = lsi_pre_save,
|
||||
.post_load = lsi_post_load,
|
||||
.fields = (VMStateField[]) {
|
||||
.fields = (const VMStateField[]) {
|
||||
VMSTATE_PCI_DEVICE(parent_obj, LSIState),
|
||||
|
||||
VMSTATE_INT32(carry, LSIState),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue