s390/sclp: replace sclp event types with proper defines

Introduce TYPE_SCLP_QUIESCE and make use of it. Also use
TYPE_SCLP_CPU_HOTPLUG where applicable.

Reviewed-by: Matthew Rosato <mjrosato@linux.vnet.ibm.com>
Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
This commit is contained in:
David Hildenbrand 2015-05-11 15:31:47 +02:00 committed by Cornelia Huck
parent f6102c329c
commit 35925a7a73
4 changed files with 5 additions and 4 deletions

View file

@ -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,