From 3041e3bead8df443e5212ae8a608cbec81bc90bd Mon Sep 17 00:00:00 2001 From: Alexander Yarygin Date: Thu, 1 Oct 2015 20:21:33 +0300 Subject: s390x/ipl: Add ssid field to IplParameterBlock Add the ssid field to the ipl parameter block struct and fill it when necessary so the guest can use it. Signed-off-by: Alexander Yarygin Reviewed-by: David Hildenbrand Signed-off-by: Cornelia Huck --- target-s390x/ioinst.c | 1 + 1 file changed, 1 insertion(+) (limited to 'target-s390x') diff --git a/target-s390x/ioinst.c b/target-s390x/ioinst.c index 142ff93844..f5498aa023 100644 --- a/target-s390x/ioinst.c +++ b/target-s390x/ioinst.c @@ -509,6 +509,7 @@ static void ioinst_handle_chsc_scsc(ChscReq *req, ChscResp *res) general_chars[0] = cpu_to_be32(0x03000000); general_chars[1] = cpu_to_be32(0x00059000); + general_chars[3] = cpu_to_be32(0x00080000); chsc_chars[0] = cpu_to_be32(0x40000000); chsc_chars[3] = cpu_to_be32(0x00040000); -- cgit v1.2.3