Re: [Qemu-devel] [PATCH for-4.2 16/24] target/arm: Add regime_has_2_ranges

2019-07-25 Thread Richard Henderson
On 7/25/19 8:59 AM, Alex Bennée wrote: > Can you elucidate what we mean by having 2 ranges? Both positive and negative virtual addresses, with the hole in the middle, controlled by two translation tables. In the current (E.a) manual, see D.5.2.1 page D5-2516, in the (sub-)section titled "About ad

Re: [Qemu-devel] [PATCH for-4.2 16/24] target/arm: Add regime_has_2_ranges

2019-07-25 Thread Alex Bennée
Richard Henderson writes: Can you elucidate what we mean by having 2 ranges? > Signed-off-by: Richard Henderson > --- > target/arm/internals.h | 16 > target/arm/helper.c| 22 +- > target/arm/translate-a64.c | 3 +-- > 3 files changed, 22 in

[Qemu-devel] [PATCH for-4.2 16/24] target/arm: Add regime_has_2_ranges

2019-07-19 Thread Richard Henderson
Signed-off-by: Richard Henderson --- target/arm/internals.h | 16 target/arm/helper.c| 22 +- target/arm/translate-a64.c | 3 +-- 3 files changed, 22 insertions(+), 19 deletions(-) diff --git a/target/arm/internals.h b/target/arm/internals.h inde