s390x: Use cpu_to_be64 in SIGP STORE ADDITIONAL STATUS
authorDavid Hildenbrand <david@redhat.com>
Fri, 22 Feb 2019 08:11:51 +0000 (09:11 +0100)
committerCornelia Huck <cohuck@redhat.com>
Mon, 4 Mar 2019 10:49:31 +0000 (11:49 +0100)
commit2cca53fd5c11460b81cb043dc273129d7b3a2ab8
tree19f99525ba01f59653a25fe0b79dab05648c4cf1
parent20b084c4b1401b7f8fbc385649d48c67b6f43d44
s390x: Use cpu_to_be64 in SIGP STORE ADDITIONAL STATUS

As we will support vector instructions soon, and vector registers are
stored in 64bit host chunks, let's use cpu_to_be64. Same applies to the
guarded storage control block.

Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20190222081153.14206-2-david@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/helper.c