Re: [Qemu-devel] [PATCH v2 5/9] target-arm: Extend FP checks to use an EL

2015-05-18 Thread Peter Maydell
On 22 April 2015 at 18:09, Greg Bellows wrote: > Extend the ARM disassemble context to take a target exception EL instead of a > boolean enable. This change reverses the polarity of the check making a value > of 0 indicate floating point enabled (no exception). > > Signed-off-by: Greg Bellows > -

[Qemu-devel] [PATCH v2 5/9] target-arm: Extend FP checks to use an EL

2015-04-22 Thread Greg Bellows
Extend the ARM disassemble context to take a target exception EL instead of a boolean enable. This change reverses the polarity of the check making a value of 0 indicate floating point enabled (no exception). Signed-off-by: Greg Bellows --- target-arm/cpu.h | 63 +++