Re: [Qemu-devel] [PATCH v2 0/2] Remove hw_error from target-arm

2015-09-01 Thread Peter Maydell
On 29 August 2015 at 11:06, Peter Crosthwaite wrote: > Hi Peter, > > This removes the last of the hw_errors from target-arm. > > Regards, > Peter > > Changed since v1: > Handle everything as an assert() > > Peter Crosthwaite (2): > arm: cpu: assert() on no-EL2 virt IRQ error condition. > arm:

Re: [Qemu-devel] [PATCH v2 0/2] Remove hw_error from target-arm

2015-08-29 Thread Peter Crosthwaite
On Sat, Aug 29, 2015 at 3:08 AM, Peter Maydell wrote: > On 29 August 2015 at 11:06, Peter Crosthwaite > wrote: >> Hi Peter, >> >> This removes the last of the hw_errors from target-arm. > > Hi; can you remind me what the reason was for wanting > to remove them? > So hw_error is depracated in it'

Re: [Qemu-devel] [PATCH v2 0/2] Remove hw_error from target-arm

2015-08-29 Thread Peter Maydell
On 29 August 2015 at 11:06, Peter Crosthwaite wrote: > Hi Peter, > > This removes the last of the hw_errors from target-arm. Hi; can you remind me what the reason was for wanting to remove them? thanks -- PMM

[Qemu-devel] [PATCH v2 0/2] Remove hw_error from target-arm

2015-08-29 Thread Peter Crosthwaite
Hi Peter, This removes the last of the hw_errors from target-arm. Regards, Peter Changed since v1: Handle everything as an assert() Peter Crosthwaite (2): arm: cpu: assert() on no-EL2 virt IRQ error condition. arm: Remove hw_error() usages. target-arm/cpu.c| 9 +++-- target-arm/he