|
@@ -931,7 +931,7 @@ static void xen_pt_unregister_device(PCIDevice *d)
|
|
xen_pt_destroy(d);
|
|
xen_pt_destroy(d);
|
|
}
|
|
}
|
|
|
|
|
|
-static Property xen_pci_passthrough_properties[] = {
|
|
|
|
|
|
+static const Property xen_pci_passthrough_properties[] = {
|
|
DEFINE_PROP_PCI_HOST_DEVADDR("hostaddr", XenPCIPassthroughState, hostaddr),
|
|
DEFINE_PROP_PCI_HOST_DEVADDR("hostaddr", XenPCIPassthroughState, hostaddr),
|
|
DEFINE_PROP_BOOL("permissive", XenPCIPassthroughState, permissive, false),
|
|
DEFINE_PROP_BOOL("permissive", XenPCIPassthroughState, permissive, false),
|
|
DEFINE_PROP_END_OF_LIST(),
|
|
DEFINE_PROP_END_OF_LIST(),
|