diff options
Diffstat (limited to 'hw/s390x/sclpcpu.c')
-rw-r--r-- | hw/s390x/sclpcpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/s390x/sclpcpu.c b/hw/s390x/sclpcpu.c index 615ac06b18..322eb31d95 100644 --- a/hw/s390x/sclpcpu.c +++ b/hw/s390x/sclpcpu.c @@ -85,7 +85,7 @@ static void cpu_class_init(ObjectClass *oc, void *data) } static const TypeInfo sclp_cpu_info = { - .name = "sclp-cpu-hotplug", + .name = TYPE_SCLP_CPU_HOTPLUG, .parent = TYPE_SCLP_EVENT, .instance_size = sizeof(SCLPEvent), .class_init = cpu_class_init, |