]> git.proxmox.com Git - mirror_qemu.git/commit
s390x/css: reflect cpa in scsw
authorCornelia Huck <cornelia.huck@de.ibm.com>
Mon, 30 Jun 2014 12:33:38 +0000 (14:33 +0200)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Tue, 8 Jul 2014 13:08:03 +0000 (15:08 +0200)
commit2ed982b6a984cdf2940f426ee246f52492d4a415
tree638537a56195ef1bd2c5a780c15dfee6a949f1dd
parent32a02d070be46b5c5a863e1542883f4a39231a39
s390x/css: reflect cpa in scsw

We neglected to update the the channel-program-address field of the scsw
after completion of the start or the halt function: Fortunately, Linux
didn't miss it so far. Let's update it for the cases where the cpa is
expected to be valid; in some cases, the cpa is 'unpredictable', so we
leave it untouched.

Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
hw/s390x/css.c