From 35925a7a73e7df4118cb11667095bd2d8fc4e091 Mon Sep 17 00:00:00 2001 From: David Hildenbrand Date: Mon, 11 May 2015 15:31:47 +0200 Subject: 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 Signed-off-by: David Hildenbrand Signed-off-by: Cornelia Huck --- include/hw/s390x/event-facility.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/hw/s390x/event-facility.h b/include/hw/s390x/event-facility.h index eae3b3b..3c1ee35 100644 --- a/include/hw/s390x/event-facility.h +++ b/include/hw/s390x/event-facility.h @@ -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; -- cgit v1.1