Re: [Qemu-devel] [PATCH v2 3/3] target-arm: Implement the S2 MMU inputsize > pamax check

2016-01-22 Thread Alex Bennée
Edgar E. Iglesias writes: > From: "Edgar E. Iglesias" > > Implement the inputsize > pamax check for Stage 2 translations. > We have multiple choices for how to respond to errors and > choose to fault. > > Signed-off-by: Edgar E. Iglesias

Re: [Qemu-devel] [PATCH v2 3/3] target-arm: Implement the S2 MMU inputsize > pamax check

2016-01-22 Thread Edgar E. Iglesias
On Fri, Jan 22, 2016 at 10:28:43AM +, Alex Bennée wrote: > > Edgar E. Iglesias writes: > > > From: "Edgar E. Iglesias" > > > > Implement the inputsize > pamax check for Stage 2 translations. > > We have multiple choices for how to

Re: [Qemu-devel] [PATCH v2 3/3] target-arm: Implement the S2 MMU inputsize > pamax check

2016-01-22 Thread Alex Bennée
Edgar E. Iglesias writes: > On Fri, Jan 22, 2016 at 10:28:43AM +, Alex Bennée wrote: >> >> Edgar E. Iglesias writes: >> >> > From: "Edgar E. Iglesias" >> > >> > Implement the inputsize > pamax check for Stage 2

Re: [Qemu-devel] [PATCH v2 3/3] target-arm: Implement the S2 MMU inputsize > pamax check

2016-01-22 Thread Edgar E. Iglesias
On Fri, Jan 22, 2016 at 11:45:57AM +, Alex Bennée wrote: > > Edgar E. Iglesias writes: > > > On Fri, Jan 22, 2016 at 10:28:43AM +, Alex Bennée wrote: > >> > >> Edgar E. Iglesias writes: > >> > >> > From: "Edgar E. Iglesias"

[Qemu-devel] [PATCH v2 3/3] target-arm: Implement the S2 MMU inputsize > pamax check

2016-01-21 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Implement the inputsize > pamax check for Stage 2 translations. We have multiple choices for how to respond to errors and choose to fault. Signed-off-by: Edgar E. Iglesias --- target-arm/helper.c | 16