[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/3] s390x: Properly fetch and test the short psw on diag308
From: |
Cornelia Huck |
Subject: |
Re: [PATCH 1/3] s390x: Properly fetch and test the short psw on diag308 subc 0/1 |
Date: |
Wed, 18 Dec 2019 17:55:05 +0100 |
On Fri, 29 Nov 2019 09:20:23 -0500
Janosch Frank <address@hidden> wrote:
> We need to actually fetch the cpu mask and set it. As we invert the
> short psw indication in the mask, SIE will report a specification
> exception, if it wasn't present in the reset psw.
>
> Signed-off-by: Janosch Frank <address@hidden>
> Reviewed-by: David Hildenbrand <address@hidden>
> ---
> target/s390x/cpu.c | 12 ++++++++++--
> target/s390x/cpu.h | 1 +
> 2 files changed, 11 insertions(+), 2 deletions(-)
Thanks, requeued.