summaryrefslogtreecommitdiff
path: root/include/hw
diff options
context:
space:
mode:
authorClaudio Imbrenda <imbrenda@linux.vnet.ibm.com>2018-03-08 12:04:29 +0100
committerCornelia Huck <cohuck@redhat.com>2018-04-30 10:31:41 +0200
commit98e43b71b25330566d902fbdc8fe35041c2decbe (patch)
tree075aac431d2f99de3f19b61b9f7fcafcb6bf2dc2 /include/hw
parent7a9cb3ad3370cd98b84f9df252012ecf7a5a5b67 (diff)
downloadqemu-98e43b71b25330566d902fbdc8fe35041c2decbe.tar.gz
s390x/sclp: extend SCLP event masks to 64 bits
Extend the SCLP event masks to 64 bits. Notice that using any of the new bits results in a state that cannot be migrated to an older version. Signed-off-by: Claudio Imbrenda <imbrenda@linux.vnet.ibm.com> Message-Id: <1520507069-22179-1-git-send-email-imbrenda@linux.vnet.ibm.com> Acked-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'include/hw')
-rw-r--r--include/hw/s390x/event-facility.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/s390x/event-facility.h b/include/hw/s390x/event-facility.h
index 5698e5e96c..8b39a80bb9 100644
--- a/include/hw/s390x/event-facility.h
+++ b/include/hw/s390x/event-facility.h
@@ -73,7 +73,7 @@ typedef struct WriteEventMask {
#define WEM_RECEIVE_MASK(wem, mask_len) ((wem)->masks + 2 * (mask_len))
#define WEM_SEND_MASK(wem, mask_len) ((wem)->masks + 3 * (mask_len))
-typedef uint32_t sccb_mask_t;
+typedef uint64_t sccb_mask_t;
typedef struct EventBufferHeader {
uint16_t length;