Re: [PULL 5/6] hw/m68k/mcf5206: Replace remaining hw_error()s by qemu_log_mask()

2020-07-06 Thread Thomas Huth
On 06/07/2020 09.28, Thomas Huth wrote: > From: Thomas Huth > > 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 user

[PULL 5/6] hw/m68k/mcf5206: Replace remaining hw_error()s by qemu_log_mask()

2020-07-06 Thread Thomas Huth
From: Thomas Huth 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 d