Re: [Qemu-devel] [PATCH for-4.2 05/24] target/arm: Install ASIDs for EL2

2019-07-24 Thread Alex Bennée
Richard Henderson writes: > The VMID is the ASID for the 2nd stage page lookup. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > target/arm/helper.c | 26 -- > 1 file changed, 16 insertions(+), 10 deletions(-) > > diff --git a/target/arm/helper.

[Qemu-devel] [PATCH for-4.2 05/24] target/arm: Install ASIDs for EL2

2019-07-19 Thread Richard Henderson
The VMID is the ASID for the 2nd stage page lookup. Signed-off-by: Richard Henderson --- target/arm/helper.c | 26 -- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/target/arm/helper.c b/target/arm/helper.c index 1ed7c06313..3a9f35bf4b 100644 --- a/target