hw/s390x/ipl: Fix endianness problem with netboot_start_addr
commit1045e3cdafaf1218d9f771080ba5c9d4f64346e4
authorThomas Huth <thuth@redhat.com>
Wed, 5 Jul 2017 15:25:45 +0000 (5 17:25 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Wed, 5 Jul 2017 17:46:30 +0000 (5 19:46 +0200)
treec0e49b1cee5a38f6619e30e61439911c1d388292
parentcda3c19ff56d1b567631ce17f7a3bdb47cfa9455
hw/s390x/ipl: Fix endianness problem with netboot_start_addr

The start address has to be stored in big endian byte order
in the iplb.ccw block for the guest.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1499268345-12552-1-git-send-email-thuth@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
hw/s390x/ipl.c