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

2016-01-21 Thread Edgar E. Iglesias
On Thu, Jan 21, 2016 at 12:52:54PM +, Alex Bennée wrote: > > Edgar E. Iglesias writes: > > > On Wed, Jan 20, 2016 at 02:49:40PM +0100, Edgar E. Iglesias wrote: > >> From: "Edgar E. Iglesias" > >> > >> Implement the inputsize < pamax check for Stage 2 translations. > >> We have multiple choi

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

2016-01-21 Thread Alex Bennée
Edgar E. Iglesias writes: > On Wed, Jan 20, 2016 at 02:49:40PM +0100, Edgar E. Iglesias wrote: >> 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:

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

2016-01-20 Thread Edgar E. Iglesias
On Wed, Jan 20, 2016 at 02:49:40PM +0100, Edgar E. Iglesias wrote: > 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-

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

2016-01-20 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 | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-)