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
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue