diff options
author | Thomas Huth <huth@tuxfamily.org> | 2020-06-11 07:58:07 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2020-07-06 09:32:47 +0200 |
commit | c7aab58ba0baaf82422b7f7b0d7ad63b0db8d166 (patch) | |
tree | 1f2331975d545b73e0b51954658e6e8b56797d11 /hw/ssi/xilinx_spips.c | |
parent | 9df8b20d1632d108da316134d4d86a00b4028803 (diff) | |
download | qemu-c7aab58ba0baaf82422b7f7b0d7ad63b0db8d166.zip qemu-c7aab58ba0baaf82422b7f7b0d7ad63b0db8d166.tar.gz qemu-c7aab58ba0baaf82422b7f7b0d7ad63b0db8d166.tar.bz2 |
hw/m68k/mcf5206: Replace remaining hw_error()s by qemu_log_mask()
hw_error() dumps the CPU state and exits QEMU. This is ok during initial
code development (to see where the guest code is currently executing),
but it is certainly not the desired behavior that we want to present to
normal users, and it can also cause trouble when e.g. fuzzing devices.
Thus let's replace these hw_error()s by qemu_log_mask()s instead.
Message-Id: <20200611055807.15921-1-huth@tuxfamily.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Diffstat (limited to 'hw/ssi/xilinx_spips.c')
0 files changed, 0 insertions, 0 deletions