qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] s390x/event-facility: variable-length event mas


From: Cornelia Huck
Subject: Re: [Qemu-devel] [PATCH] s390x/event-facility: variable-length event masks
Date: Tue, 17 Oct 2017 09:57:21 +0200

On Wed, 11 Oct 2017 09:39:53 -0400
"Jason J. Herne" <address@hidden> wrote:

> From: Cornelia Huck <address@hidden>
> 
> 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 <address@hidden>
> 
> Signed-off-by: Cornelia Huck <address@hidden>
> Signed-off-by: Jason J. Herne <address@hidden>
> ---
>  hw/s390x/event-facility.c         | 35 +++++++++++++++++++++++++++++------
>  include/hw/s390x/event-facility.h | 20 ++++++++++++++++----
>  2 files changed, 45 insertions(+), 10 deletions(-)

Thanks, applied.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]