s390x/sclp: Fixed the size of sccb and code parameter
commita0fa2cb8ccf0b73cfd3ac01d557401a2303c0de4
authorThomas Huth <thuth@linux.vnet.ibm.com>
Mon, 13 Jan 2014 11:19:03 +0000 (13 12:19 +0100)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Thu, 27 Feb 2014 08:51:25 +0000 (27 09:51 +0100)
treebd6829cffbfb0fc5e85b55e7f9c235e4b243cd3a
parent9da45bb217db41510684cbfd4e173186eb2f8477
s390x/sclp: Fixed the size of sccb and code parameter

The pointer to the SCCB should not be limited to 32 bits only.
In contrast to this, the command word parameter is only 32 bits
(the upper 32 bits should be ignored).

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
hw/s390x/sclp.c
target-s390x/cpu.h
target-s390x/kvm.c