summaryrefslogtreecommitdiffstats
path: root/hw/xen_apic.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xen_apic.c')
-rw-r--r--hw/xen_apic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xen_apic.c b/hw/xen_apic.c
index a6632fe..1d1d15c 100644
--- a/hw/xen_apic.c
+++ b/hw/xen_apic.c
@@ -80,7 +80,7 @@ static void xen_apic_class_init(ObjectClass *klass, void *data)
k->external_nmi = xen_apic_external_nmi;
}
-static TypeInfo xen_apic_info = {
+static const TypeInfo xen_apic_info = {
.name = "xen-apic",
.parent = TYPE_APIC_COMMON,
.instance_size = sizeof(APICCommonState),
OpenPOWER on IntegriCloud