qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH for-2.8 06/38] s390x/ioinst: advertise fcs facility


From: Cornelia Huck
Subject: [Qemu-devel] [PATCH for-2.8 06/38] s390x/ioinst: advertise fcs facility
Date: Mon, 29 Aug 2016 13:44:58 +0200

As we provide format 1 chsc scpd data (and don't support any ficon
channels), we de facto already have the ficon-cascaded-switch
facility.

Reviewed-by: Pierre Morel <address@hidden>
Reviewed-by: Halil Pasic <address@hidden>
Signed-off-by: Cornelia Huck <address@hidden>
---
 target-s390x/ioinst.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target-s390x/ioinst.c b/target-s390x/ioinst.c
index a5a288b..590bfa4 100644
--- a/target-s390x/ioinst.c
+++ b/target-s390x/ioinst.c
@@ -508,7 +508,7 @@ static void ioinst_handle_chsc_scsc(ChscReq *req, ChscResp 
*res)
     memset(chsc_chars, 0, sizeof(chsc_chars));
 
     general_chars[0] = cpu_to_be32(0x03000000);
-    general_chars[1] = cpu_to_be32(0x00059000);
+    general_chars[1] = cpu_to_be32(0x00079000);
     general_chars[3] = cpu_to_be32(0x00080000);
 
     chsc_chars[0] = cpu_to_be32(0x40000000);
-- 
2.9.3




reply via email to

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