]> Git Repo - qemu.git/blobdiff - hw/intc/spapr_xive.c
spapr, xics, xive: Introduce SpaprInterruptController QOM interface
[qemu.git] / hw / intc / spapr_xive.c
index 04879abf2e7a675cf16b68749b7848aedbb8213d..b67e9c324516c8b450ea161591e6c0702f4b5fb3 100644 (file)
@@ -519,6 +519,10 @@ static const TypeInfo spapr_xive_info = {
     .instance_init = spapr_xive_instance_init,
     .instance_size = sizeof(SpaprXive),
     .class_init = spapr_xive_class_init,
+    .interfaces = (InterfaceInfo[]) {
+        { TYPE_SPAPR_INTC },
+        { }
+    },
 };
 
 static void spapr_xive_register_types(void)
This page took 0.022013 seconds and 4 git commands to generate.