Re: [Qemu-devel] [PATCH v1 04/16] target-arm: Make far_el1 an array

2014-06-03 Thread Alex Bennée
Edgar E. Iglesias writes: From: Edgar E. Iglesias edgar.igles...@xilinx.com No functional change. Prepares for future additions of the EL2 and 3 versions of this reg. Signed-off-by: Edgar E. Iglesias edgar.igles...@xilinx.com --- target-arm/cpu.c| 2 +- target-arm/cpu.h

Re: [Qemu-devel] [PATCH v1 04/16] target-arm: Make far_el1 an array

2014-06-03 Thread Greg Bellows
On 3 June 2014 05:21, Alex Bennée alex.ben...@linaro.org wrote: Edgar E. Iglesias writes: From: Edgar E. Iglesias edgar.igles...@xilinx.com No functional change. Prepares for future additions of the EL2 and 3 versions of this reg. Signed-off-by: Edgar E. Iglesias

Re: [Qemu-devel] [PATCH v1 04/16] target-arm: Make far_el1 an array

2014-06-03 Thread Alex Bennée
Greg Bellows writes: On 3 June 2014 05:21, Alex Bennée alex.ben...@linaro.org wrote: Edgar E. Iglesias writes: From: Edgar E. Iglesias edgar.igles...@xilinx.com No functional change. Prepares for future additions of the EL2 and 3 versions of this reg. Signed-off-by: Edgar E.

Re: [Qemu-devel] [PATCH v1 04/16] target-arm: Make far_el1 an array

2014-06-03 Thread Greg Bellows
Probably simple enough just to check that the value is always zero as I believe that is what they are likely initialized to. Perhaps during reset? On 3 June 2014 08:35, Alex Bennée alex.ben...@linaro.org wrote: Greg Bellows writes: On 3 June 2014 05:21, Alex Bennée alex.ben...@linaro.org

[Qemu-devel] [PATCH v1 04/16] target-arm: Make far_el1 an array

2014-05-30 Thread Edgar E. Iglesias
From: Edgar E. Iglesias edgar.igles...@xilinx.com No functional change. Prepares for future additions of the EL2 and 3 versions of this reg. Signed-off-by: Edgar E. Iglesias edgar.igles...@xilinx.com --- target-arm/cpu.c| 2 +- target-arm/cpu.h| 2 +- target-arm/helper-a64.c |