s390x/ioinst: advertise fcs facility
authorCornelia Huck <cornelia.huck@de.ibm.com>
Wed, 13 Jul 2016 15:43:18 +0000 (17:43 +0200)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Mon, 5 Sep 2016 13:15:16 +0000 (15:15 +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 <pmorel@linux.vnet.ibm.com>
Reviewed-by: Halil Pasic <pasic@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
target-s390x/ioinst.c

index a5a288b..590bfa4 100644 (file)
@@ -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);