|
@@ -132,7 +132,7 @@ static Property pcie_pci_bridge_dev_properties[] = {
|
|
|
static const VMStateDescription pcie_pci_bridge_dev_vmstate = {
|
|
|
.name = TYPE_PCIE_PCI_BRIDGE_DEV,
|
|
|
.priority = MIG_PRI_PCI_BUS,
|
|
|
- .fields = (VMStateField[]) {
|
|
|
+ .fields = (const VMStateField[]) {
|
|
|
VMSTATE_PCI_DEVICE(parent_obj, PCIBridge),
|
|
|
SHPC_VMSTATE(shpc, PCIDevice, NULL),
|
|
|
VMSTATE_END_OF_LIST()
|