|
@@ -191,7 +191,7 @@ static void pci_proxy_write_config(PCIDevice *d, uint32_t addr, uint32_t val,
|
|
|
config_op_send(PCI_PROXY_DEV(d), addr, &val, len, MPQEMU_CMD_PCI_CFGWRITE);
|
|
|
}
|
|
|
|
|
|
-static Property proxy_properties[] = {
|
|
|
+static const Property proxy_properties[] = {
|
|
|
DEFINE_PROP_STRING("fd", PCIProxyDev, fd),
|
|
|
DEFINE_PROP_END_OF_LIST(),
|
|
|
};
|