s390x/ipl: switch error reporting to error_setg
commit8f04e88e2cd792e348eb54983ce1a485d5db4f27
authorDavid Hildenbrand <dahi@linux.vnet.ibm.com>
Thu, 8 Oct 2015 10:33:28 +0000 (8 12:33 +0200)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Wed, 11 Nov 2015 16:21:39 +0000 (11 17:21 +0100)
treeab9f17f2766527176404449a539356cf199aa9cd
parent04fccf106e22c4b861398cf2146f5a5b5f18d01e
s390x/ipl: switch error reporting to error_setg

Now that we can report errors in the realize function, let's replace
the fprintf's and hw_error's with error_setg.

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