]> git.ipfire.org Git - thirdparty/qemu.git/commit
multiboot: fprintf(stderr...) -> error_report()
authorJack Schwartz <jack.schwartz@oracle.com>
Thu, 21 Dec 2017 17:25:18 +0000 (09:25 -0800)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 21 Jun 2018 01:45:00 +0000 (20:45 -0500)
commitbbdcfd2dbcf447233aabb6768fe05e3861171665
tree5bff77a7c934475546a32cd654e9e3e8d74254b2
parentddf965ef9d8a74794c129b7e9849e835606bd08e
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>
(cherry picked from commit 4b9006a41ea8818f2385ae5228e07f211bb4a33d)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/i386/multiboot.c