s390x/sclp: clean up sclp masks
Introduce an sccb_mask_t to be used for SCLP event masks instead of just unsigned int or uint32_t. This will allow later to extend the mask with more ease. Signed-off-by:Claudio Imbrenda <imbrenda@linux.vnet.ibm.com> Message-Id: <1519407778-23095-3-git-send-email-imbrenda@linux.vnet.ibm.com> Reviewed-by:
Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by:
Cornelia Huck <cohuck@redhat.com>
Showing
- hw/char/sclpconsole-lm.c 2 additions, 2 deletionshw/char/sclpconsole-lm.c
- hw/char/sclpconsole.c 2 additions, 2 deletionshw/char/sclpconsole.c
- hw/s390x/event-facility.c 10 additions, 10 deletionshw/s390x/event-facility.c
- hw/s390x/sclpcpu.c 2 additions, 2 deletionshw/s390x/sclpcpu.c
- hw/s390x/sclpquiesce.c 2 additions, 2 deletionshw/s390x/sclpquiesce.c
- include/hw/s390x/event-facility.h 13 additions, 9 deletionsinclude/hw/s390x/event-facility.h
Please register or sign in to comment