]> Git Repo - qemu.git/blobdiff - hw/s390x/event-facility.c
s390: disallow memory hotplug for the s390-virtio machine
[qemu.git] / hw / s390x / event-facility.c
index 7b64e782e909a79508b1fa03242e6d92f262fdc8..ef2a05160a9c772c9b9e481e73e33be77a43b05d 100644 (file)
@@ -353,7 +353,7 @@ static void init_event_facility(Object *obj)
                         TYPE_SCLP_EVENTS_BUS, sdev, NULL);
 
     object_initialize(&event_facility->quiesce_event, sizeof(SCLPEvent),
-                      "sclpquiesce");
+                      TYPE_SCLP_QUIESCE);
     qdev_set_parent_bus(DEVICE(&event_facility->quiesce_event),
                         &event_facility->sbus.qbus);
     object_initialize(&event_facility->cpu_hotplug_event, sizeof(SCLPEvent),
This page took 0.022353 seconds and 4 git commands to generate.