multiboot: fprintf(stderr...) -> error_report()
commit4b9006a41ea8818f2385ae5228e07f211bb4a33d
authorJack Schwartz <jack.schwartz@oracle.com>
Thu, 21 Dec 2017 17:25:18 +0000 (21 09:25 -0800)
committerKevin Wolf <kwolf@redhat.com>
Wed, 7 Mar 2018 10:53:37 +0000 (7 11:53 +0100)
tree779c655c07e273f245843088bfaf05c7fa7129ae
parentce5eb6dc4dc5652f7e360a1db817f1d5dafab90f
multiboot: fprintf(stderr...) -> error_report()

Change all fprintf(stderr...) calls in hw/i386/multiboot.c to call
error_report() instead, including the mb_debug macro.  Remove the "\n"
from strings passed to all modified calls, since error_report() appends
one.

Signed-off-by: Jack Schwartz <jack.schwartz@oracle.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/i386/multiboot.c