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

2014-10-06 Thread Greg Bellows
On 6 October 2014 10:10, Peter Maydell wrote: > On 30 September 2014 22:49, Greg Bellows wrote: > > Renamed the arm_current_pl CPU function to more accurately represent > that it > > returns the ARMv8 EL rather than ARMv7 PL. > Comment added in v6. > > > > Signed-off-by: Greg Bellows > > ---

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

2014-10-06 Thread Peter Maydell
On 30 September 2014 22:49, 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 > --- > target-arm/cpu.h | 18 +- > target-arm/helper-a64.c|

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

2014-10-01 Thread Greg Bellows
Yes. Done for next version. On 30 September 2014 17:56, Edgar E. Iglesias wrote: > On Tue, Sep 30, 2014 at 04:49:16PM -0500, 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-b

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

2014-09-30 Thread Edgar E. Iglesias
On Tue, Sep 30, 2014 at 04:49:16PM -0500, 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 > --- > target-arm/cpu.h | 18 +- > target-arm/helpe

[Qemu-devel] [PATCH v5 04/33] target-arm: rename arm_current_pl to arm_current_el

2014-09-30 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 --- target-arm/cpu.h | 18 +- target-arm/helper-a64.c| 6 +++--- target-arm/helper.c| 22 +++-