]> Git Repo - qemu.git/blobdiff - hw/xen_pt.c
Make all static TypeInfos const
[qemu.git] / hw / xen_pt.c
index 6fd8433a2de2edf34221e339c03eea7cb23a1a64..9db5f6e9645461b4c6919458ebbb16539066db54 100644 (file)
@@ -829,7 +829,7 @@ static void xen_pci_passthrough_class_init(ObjectClass *klass, void *data)
     dc->props = xen_pci_passthrough_properties;
 };
 
-static TypeInfo xen_pci_passthrough_info = {
+static const TypeInfo xen_pci_passthrough_info = {
     .name = "xen-pci-passthrough",
     .parent = TYPE_PCI_DEVICE,
     .instance_size = sizeof(XenPCIPassthroughState),
This page took 0.024876 seconds and 4 git commands to generate.