]> xenbits.xensource.com Git - people/pauldu/qemu.git/commit
pc-bios/s390-ccw/net: Update code for the latest changes in SLOF
authorThomas Huth <thuth@redhat.com>
Fri, 18 May 2018 09:31:27 +0000 (11:31 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 18 Jun 2018 13:08:44 +0000 (15:08 +0200)
commit134f0b3d7ca5fbbd17f21fea87066967ce1d6de5
tree040bb5f09dc779d24d87c26f70c948a34e5b0a21
parent4248981d5190eaf2b0ab74d8c287b6070ffc300a
pc-bios/s390-ccw/net: Update code for the latest changes in SLOF

The ip_version information now has to be stored in the filename_ip_t
structure, and there is now a common function called tftp_get_error_info()
which can be used to get the error string for a TFTP error code.
We can also get rid of some superfluous "(char *)" casts now.

Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Tested-by: Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
pc-bios/s390-ccw/netboot.mak
pc-bios/s390-ccw/netmain.c