]> Git Repo - qemu.git/blobdiff - hw/ipmi/ipmi_bmc_extern.c
hw/isa/superio: Correct the license text
[qemu.git] / hw / ipmi / ipmi_bmc_extern.c
index 16a4117ab0523914b1846e1c7880d0d8b5b04dbf..f9a13e0a44f859b9ace0fe9a35d2cdd7c8788958 100644 (file)
@@ -528,7 +528,7 @@ static void ipmi_bmc_extern_class_init(ObjectClass *oc, void *data)
     bk->handle_reset = ipmi_bmc_extern_handle_reset;
     dc->hotpluggable = false;
     dc->realize = ipmi_bmc_extern_realize;
-    dc->props = ipmi_bmc_extern_properties;
+    device_class_set_props(dc, ipmi_bmc_extern_properties);
 }
 
 static const TypeInfo ipmi_bmc_extern_type = {
This page took 0.023065 seconds and 4 git commands to generate.