]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/core/split-irq.c
Merge tag 'pull-vfio-20240129' of https://github.com/legoater/qemu into staging
[mirror_qemu.git] / hw / core / split-irq.c
index b5acc669fb58b15e50224cf214b06b46f562f8d2..3b90af2e8f9891232555d2ab4999f5d8db4be802 100644 (file)
@@ -69,7 +69,7 @@ static void split_irq_class_init(ObjectClass *klass, void *data)
     DeviceClass *dc = DEVICE_CLASS(klass);
 
     /* No state to reset or migrate */
-    dc->props = split_irq_properties;
+    device_class_set_props(dc, split_irq_properties);
     dc->realize = split_irq_realize;
 
     /* Reason: Needs to be wired up to work */