mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
hw/pci-host: 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-47-richard.henderson@linaro.org>
This commit is contained in:
parent
f026c578eb
commit
e2bd53a38c
11 changed files with 18 additions and 18 deletions
|
@ -147,7 +147,7 @@ static const VMStateDescription pci_vpb_vmstate = {
|
|||
.version_id = 1,
|
||||
.minimum_version_id = 1,
|
||||
.post_load = pci_vpb_post_load,
|
||||
.fields = (VMStateField[]) {
|
||||
.fields = (const VMStateField[]) {
|
||||
VMSTATE_UINT32_ARRAY(imap, PCIVPBState, 3),
|
||||
VMSTATE_UINT32_ARRAY(smap, PCIVPBState, 3),
|
||||
VMSTATE_UINT32(selfid, PCIVPBState),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue