]> Git Repo - qemu.git/blobdiff - hw/isa/piix4.c
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
[qemu.git] / hw / isa / piix4.c
index 1a1d4518ceeaec5d7c15d5e81675e7c8f7e80bd0..d9dac6163cb74d38ce3f23b7a440b5b49fd13cff 100644 (file)
@@ -113,7 +113,7 @@ static void piix4_class_init(ObjectClass *klass, void *data)
     k->device_id = PCI_DEVICE_ID_INTEL_82371AB_0;
     k->class_id = PCI_CLASS_BRIDGE_ISA;
     dc->desc = "ISA bridge";
-    dc->no_user = 1;
+    dc->cannot_instantiate_with_device_add_yet = true; /* FIXME explain why */
     dc->vmsd = &vmstate_piix4;
 }
 
This page took 0.024692 seconds and 4 git commands to generate.