hw/ppc/spapr: Use error_report() instead of hw_error()
commit730fce593bbaa9240a0be860616ac4366113194d
authorThomas Huth <thuth@redhat.com>
Thu, 7 May 2015 05:33:41 +0000 (7 15:33 +1000)
committerAlexander Graf <agraf@suse.de>
Wed, 3 Jun 2015 21:56:52 +0000 (3 23:56 +0200)
tree50560934ddb7fe2292e427da611bd955eaa97d57
parent68fea5a0d7bac17fd74f0608ceed1d914eb0718e
hw/ppc/spapr: Use error_report() instead of hw_error()

hw_error() is designed for printing CPU-related error messages
(e.g. it also prints a full CPU register dump). For error messages
that are not directly related to CPU problems, a function like
error_report() should be used instead.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc/spapr.c