Re: [Qemu-devel] [PATCH for-4.2 04/24] target/arm: Install ASIDs for short-form from EL1

2019-07-24 Thread Alex Bennée
Richard Henderson writes: > This is less complex than the LPAE case, but still we now avoid the > flush in case it is only the PROCID field that is changing. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > target/arm/helper.c | 34 -- >

[Qemu-devel] [PATCH for-4.2 04/24] target/arm: Install ASIDs for short-form from EL1

2019-07-19 Thread Richard Henderson
This is less complex than the LPAE case, but still we now avoid the flush in case it is only the PROCID field that is changing. Signed-off-by: Richard Henderson --- target/arm/helper.c | 34 -- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/target