]> git.ipfire.org Git - thirdparty/qemu.git/commit
s390x/sclp: clean up sclp masks
authorClaudio Imbrenda <imbrenda@linux.vnet.ibm.com>
Fri, 23 Feb 2018 17:42:57 +0000 (18:42 +0100)
committerCornelia Huck <cohuck@redhat.com>
Thu, 8 Mar 2018 14:49:23 +0000 (15:49 +0100)
commit1ffed98f244bd005aef053be968e2ed939e91396
treeef8f7a669ce10585adeb7216169cf650300c49d1
parentbc61c8c626d17970b8fdd48a2f044b92418500e0
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>
hw/char/sclpconsole-lm.c
hw/char/sclpconsole.c
hw/s390x/event-facility.c
hw/s390x/sclpcpu.c
hw/s390x/sclpquiesce.c
include/hw/s390x/event-facility.h