mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -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
|
@ -47,6 +47,7 @@
|
|||
OBJECT_GET_CLASS(SCLPEventClass, (obj), TYPE_SCLP_EVENT)
|
||||
|
||||
#define TYPE_SCLP_CPU_HOTPLUG "sclp-cpu-hotplug"
|
||||
#define TYPE_SCLP_QUIESCE "sclpquiesce"
|
||||
|
||||
typedef struct WriteEventMask {
|
||||
SCCBHeader h;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue