Re: [Qemu-devel] [PATCH 4/6] target/arm: Prune a15 features from max

2018-06-29 Thread Peter Maydell
On 29 June 2018 at 01:15, Richard Henderson wrote: > There is no need to re-set these 3 features already > implied by the call to aarch64_a15_initfn. > > Signed-off-by: Richard Henderson > --- > target/arm/cpu.c | 3 --- > 1 file changed, 3 deletions(-) Reviewed-by: Peter Maydell thanks -- PMM

Re: [Qemu-devel] [PATCH 4/6] target/arm: Prune a15 features from max

2018-06-28 Thread Philippe Mathieu-Daudé
On 06/28/2018 09:15 PM, Richard Henderson wrote: > There is no need to re-set these 3 features already > implied by the call to aarch64_a15_initfn. > > Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé > --- > target/arm/cpu.c | 3 --- > 1 file changed, 3 deletions(-) > >

[Qemu-devel] [PATCH 4/6] target/arm: Prune a15 features from max

2018-06-28 Thread Richard Henderson
There is no need to re-set these 3 features already implied by the call to aarch64_a15_initfn. Signed-off-by: Richard Henderson --- target/arm/cpu.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/target/arm/cpu.c b/target/arm/cpu.c index aa62315cea..878cc6c7e8 100644 --- a/target/arm/cpu.