[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] s390/sclp: improve special wait psw logic
From: |
Cornelia Huck |
Subject: |
Re: [PATCH] s390/sclp: improve special wait psw logic |
Date: |
Thu, 20 Feb 2020 18:00:40 +0100 |
On Thu, 20 Feb 2020 14:16:22 +0100
Christian Borntraeger <address@hidden> wrote:
> There is a special quiesce PSW that we check for "shutdown". Otherwise
> disabled
> wait is detected as "crashed". Architecturally we must only check PSW bits
> 116-127. Fix this.
>
> Cc: address@hidden
> Signed-off-by: Christian Borntraeger <address@hidden>
> ---
> target/s390x/helper.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks, applied.