]> Git Repo - qemu.git/blobdiff - hw/timer/arm_mptimer.c
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
[qemu.git] / hw / timer / arm_mptimer.c
index d9f9494f269bc53c670932289b39b59a98a00c1d..1dc44cd3d1fd45c81ce32882ead2fa45d02af267 100644 (file)
@@ -274,7 +274,7 @@ static void arm_mptimer_class_init(ObjectClass *klass, void *data)
     dc->realize = arm_mptimer_realize;
     dc->vmsd = &vmstate_arm_mptimer;
     dc->reset = arm_mptimer_reset;
-    dc->no_user = 1;
+    dc->cannot_instantiate_with_device_add_yet = true; /* FIXME explain why */
     dc->props = arm_mptimer_properties;
 }
 
This page took 0.021427 seconds and 4 git commands to generate.