mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
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:
parent
f6102c329c
commit
35925a7a73
4 changed files with 5 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue