diff options
Diffstat (limited to 'target-s390x')
-rw-r--r-- | target-s390x/ioinst.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target-s390x/ioinst.c b/target-s390x/ioinst.c index 77f2a1fb96..57c2d8b226 100644 --- a/target-s390x/ioinst.c +++ b/target-s390x/ioinst.c @@ -616,7 +616,8 @@ static void ioinst_handle_chsc_sei(ChscReq *req, ChscResp *res) (*res_flags) &= ~0x80; } } else { - res->code = cpu_to_be16(0x0004); + res->code = cpu_to_be16(0x0005); + res->len = cpu_to_be16(CHSC_MIN_RESP_LEN); } } |