Re: [Qemu-devel] [PATCH 3/6] target/arm: Prune a57 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 9 features already > implied by the call to aarch64_a57_initfn. > > Signed-off-by: Richard Henderson > --- > target/arm/cpu64.c | 9 - > 1 file changed, 9 deletions(-) > Reviewed-by: Peter Maydell th

Re: [Qemu-devel] [PATCH 3/6] target/arm: Prune a57 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 9 features already > implied by the call to aarch64_a57_initfn. > > Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé > --- > target/arm/cpu64.c | 9 - > 1 file changed, 9 deletions(

[Qemu-devel] [PATCH 3/6] target/arm: Prune a57 features from max

2018-06-28 Thread Richard Henderson
There is no need to re-set these 9 features already implied by the call to aarch64_a57_initfn. Signed-off-by: Richard Henderson --- target/arm/cpu64.c | 9 - 1 file changed, 9 deletions(-) diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c index 3b4bc73ffa..8040493d5c 100644 --- a/tar