Re: [Qemu-devel] [PATCH 2/2] arm: Remove hw_error() usages.

2015-07-18 Thread Peter Maydell
On 18 July 2015 at 07:00, Peter Crosthwaite wrote: > All of these hw_errors are fatal and indicate something wrong with > QEMU implementation. > > Convert to g_assert_not_reached. > > Signed-off-by: Peter Crosthwaite > --- > Dropped the error messages as they are not hugely useful outside of > a

[Qemu-devel] [PATCH 2/2] arm: Remove hw_error() usages.

2015-07-17 Thread Peter Crosthwaite
All of these hw_errors are fatal and indicate something wrong with QEMU implementation. Convert to g_assert_not_reached. Signed-off-by: Peter Crosthwaite --- Dropped the error messages as they are not hugely useful outside of a debug flow. --- target-arm/cpu.c| 4 ++-- target-arm/helper.c |