On 12/17/2015 04:19 AM, Markus Armbruster wrote:
Printing CPU registers is not helpful during machine initialization.
Moreover, these are straightforward configuration or "can get
resources" errors, so dumping core isn't appropriate either.  Replace
hw_error() by error_report(); exit(1).  Matches how we report these
errors in other machine initializations.

Cc: Richard Henderson<r...@twiddle.net>
Cc:qemu-...@nongnu.org
Cc:qemu-...@nongnu.org
Cc: Guan Xuetao<g...@mprc.pku.edu.cn>
Signed-off-by: Markus Armbruster<arm...@pond.sub.org>
Reviewed-by: Peter Maydell<peter.mayd...@linaro.org>
---
  hw/alpha/dp264.c          | 11 ++++++-----
  hw/arm/highbank.c         |  6 ++++--
  hw/char/exynos4210_uart.c |  9 ++++++---
  hw/m68k/an5206.c          |  4 +++-
  hw/ppc/mac_newworld.c     | 11 ++++++-----
  hw/ppc/mac_oldworld.c     | 16 +++++++++-------
  hw/ppc/prep.c             | 11 +++++++----
  hw/unicore32/puv3.c       | 10 +++++++---
  8 files changed, 48 insertions(+), 30 deletions(-)

Reviewed-by: Richard Henderson <r...@twiddle.net>


r~

Reply via email to