On 5/18/20 6:32 PM, Thomas Huth wrote:
On 18/05/2020 11.49, Philippe Mathieu-Daudé wrote:hw_error() calls exit(). This a bit overkill when we can log the accesses as unimplemented or guest error.Good idea. hw_error() is also mainly for CPU errors, it really should not be used for non-CPU devices.
Are you sure? $ git grep hw_error target | wc -l 5 $ git grep hw_error hw | wc -l 137 [...]