]> Git Repo - qemu.git/blobdiff - hw/intc/nios2_iic.c
ide: bdrv_attach_dev() for empty CD-ROM
[qemu.git] / hw / intc / nios2_iic.c
index 190b6fdbf306f710e1e37e7c36a136bc3c705c8b..016426f964a2b3a6d7bf538cea352a7e46eaec16 100644 (file)
@@ -80,7 +80,7 @@ static void altera_iic_class_init(ObjectClass *klass, void *data)
     DeviceClass *dc = DEVICE_CLASS(klass);
 
     /* Reason: needs to be wired up, e.g. by nios2_10m50_ghrd_init() */
-    dc->cannot_instantiate_with_device_add_yet = true;
+    dc->user_creatable = false;
     dc->realize = altera_iic_realize;
 }
 
This page took 0.022977 seconds and 4 git commands to generate.