Re: [Qemu-devel] [PATCH v7 04/32] target-arm: rename arm_current_pl to arm_current_el

2014-10-23 Thread Peter Maydell
On 21 October 2014 17:55, Greg Bellows wrote: > Renamed the arm_current_pl CPU function to more accurately represent that it > returns the ARMv8 EL rather than ARMv7 PL. > > Signed-off-by: Greg Bellows > Reviewed-by: Peter Maydell > @@ -1485,7 +1485,7 @@ static void disas_exc(DisasContext *s, u

[Qemu-devel] [PATCH v7 04/32] target-arm: rename arm_current_pl to arm_current_el

2014-10-21 Thread Greg Bellows
Renamed the arm_current_pl CPU function to more accurately represent that it returns the ARMv8 EL rather than ARMv7 PL. Signed-off-by: Greg Bellows Reviewed-by: Peter Maydell == v6 -> v7 - Fix comment v5 -> v6 - Renamed DisasContext current_pl field to current_el - Added comment to ar