qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] hw/ppc/spapr: Improve error printing


From: Thomas Huth
Subject: [Qemu-devel] [PATCH 0/2] hw/ppc/spapr: Improve error printing
Date: Wed, 29 Apr 2015 21:01:06 +0200

While loading alternate slof.bin images with the "-bios" option
of qemu-softmmu-ppc64, I noticed that the error message is
wrong when trying to load an non-existing file. Also, the
error message is printed with hw_error() which results in a
huge CPU register dump - something you don't expect when you
just typed in a wrong filename, and is rather confusing here
since you've got to find the real error message in the huge
output first. So let's fix that, too.

Thomas Huth (2):
  ppc/spapr: Fix error message when firmware could not be loaded
  hw/ppc/spapr: Use error_report() instead of hw_error()

 hw/ppc/spapr.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]