]> Git Repo - qemu.git/commit
s390x/event-facility: variable-length event masks
authorCornelia Huck <[email protected]>
Wed, 11 Oct 2017 13:39:53 +0000 (09:39 -0400)
committerCornelia Huck <[email protected]>
Fri, 20 Oct 2017 11:32:10 +0000 (13:32 +0200)
commit67915de9f0383ccf4ab8c42dd02aa18dcd79b411
treee5e6a19cf672aac9f9f61439ab33e64a373c6658
parent146bd283ff419299eb957695659ff3ece8259afd
s390x/event-facility: variable-length event masks

The architecture supports masks of variable length for sclp write
event mask. We currently only support 4 byte event masks, as that
is what Linux uses.

Let's extend this to the maximum mask length supported by the
architecture and return 0 to the guest for the mask bits we don't
support in core.

Initial patch by: Cornelia Huck <[email protected]>

Signed-off-by: Cornelia Huck <[email protected]>
Signed-off-by: Jason J. Herne <[email protected]>
Message-Id: <1507729193[email protected]>
Acked-by: Christian Borntraeger <[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
hw/s390x/event-facility.c
include/hw/s390x/event-facility.h
This page took 0.023883 seconds and 4 git commands to generate.