On Wed, 11 Oct 2017 09:39:53 -0400 "Jason J. Herne" <[email protected]> wrote:
> From: Cornelia Huck <[email protected]> > > 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]> > --- > hw/s390x/event-facility.c | 35 +++++++++++++++++++++++++++++------ > include/hw/s390x/event-facility.h | 20 ++++++++++++++++---- > 2 files changed, 45 insertions(+), 10 deletions(-) Thanks, applied.
