]> Git Repo - qemu.git/blobdiff - hw/core/bus.c
Use cpu_create(type) instead of cpu_init(cpu_model)
[qemu.git] / hw / core / bus.c
index cf383fc1afb60065bdbd109bf377bbf2d9bddcf7..4651f244864c309018ee4d1179e59fca6985e471 100644 (file)
@@ -197,7 +197,7 @@ static void qbus_initfn(Object *obj)
                              TYPE_HOTPLUG_HANDLER,
                              (Object **)&bus->hotplug_handler,
                              object_property_allow_set_link,
-                             OBJ_PROP_LINK_UNREF_ON_RELEASE,
+                             0,
                              NULL);
     object_property_add_bool(obj, "realized",
                              bus_get_realized, bus_set_realized, NULL);
This page took 0.021874 seconds and 4 git commands to generate.