[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH v3 4/7] s390x: refactor error handling for XSCH
From: |
Thomas Huth |
Subject: |
Re: [qemu-s390x] [PATCH v3 4/7] s390x: refactor error handling for XSCH handler |
Date: |
Wed, 18 Oct 2017 11:33:07 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 |
On 17.10.2017 16:04, Halil Pasic wrote:
> Simplify the error handling of the XSCH. Let the code detecting the
> condition tell (in a less ambiguous way) how it's to be handled. No
> changes in behavior.
>
> Signed-off-by: Halil Pasic <address@hidden>
> ---
> hw/s390x/css.c | 17 +++++------------
> include/hw/s390x/css.h | 2 +-
> target/s390x/ioinst.c | 23 ++++-------------------
> 3 files changed, 10 insertions(+), 32 deletions(-)
Reviewed-by: Thomas Huth <address@hidden>