s390x/ipl: Remove redundant usage of gr7
commit010d45d279067f66caecccf178a3c58e3e73cb5a
authorAlexander Yarygin <yarygin@linux.vnet.ibm.com>
Tue, 22 Sep 2015 09:58:09 +0000 (22 12:58 +0300)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Tue, 17 May 2016 13:50:29 +0000 (17 15:50 +0200)
treea7b067786e91f932c8ecdf227c79622ac013d8c1
parenta388ac74dee9fe3bed24dc96041f51caf615ec52
s390x/ipl: Remove redundant usage of gr7

We don't need to pass device address for pc-bios using gr7 anymore as
the pcbios completely relies on diag308 now, so we can remove it from
qemu. devno, ssid and cssid are migrated but the value was never reused,
so we can safely ignore these fields and migrate 0.

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