All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] hw/ppc/spapr: Improve error printing
@ 2015-04-29 19:01 Thomas Huth
  2015-04-29 19:01 ` [Qemu-devel] [PATCH 1/2] hw/ppc/spapr: Fix error message when firmware could not be loaded Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Thomas Huth @ 2015-04-29 19:01 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc; +Cc: aik, agraf, david

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-05-01  3:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-29 19:01 [Qemu-devel] [PATCH 0/2] hw/ppc/spapr: Improve error printing Thomas Huth
2015-04-29 19:01 ` [Qemu-devel] [PATCH 1/2] hw/ppc/spapr: Fix error message when firmware could not be loaded Thomas Huth
2015-04-29 19:01 ` [Qemu-devel] [PATCH 2/2] hw/ppc/spapr: Use error_report() instead of hw_error() Thomas Huth
2015-04-30  3:32   ` Alexey Kardashevskiy
2015-04-30 17:03     ` Thomas Huth
2015-05-01  3:42       ` David Gibson
2015-04-30  1:02 ` [Qemu-devel] [PATCH 0/2] hw/ppc/spapr: Improve error printing David Gibson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.