Re: [Qemu-devel] [PATCH v5 35/35] target/arm: Implement ARMv8.2-DotProd

2018-06-26 Thread Peter Maydell
On 21 June 2018 at 02:53, Richard Henderson wrote: > We've already added the helpers with an SVE patch, all that remains > is to wire up the aa64 and aa32 translators. Enable the feature > within -cpu max for CONFIG_USER_ONLY. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydel

[Qemu-devel] [PATCH v5 35/35] target/arm: Implement ARMv8.2-DotProd

2018-06-20 Thread Richard Henderson
We've already added the helpers with an SVE patch, all that remains is to wire up the aa64 and aa32 translators. Enable the feature within -cpu max for CONFIG_USER_ONLY. Signed-off-by: Richard Henderson --- target/arm/cpu.h | 1 + linux-user/elfload.c | 1 + target/arm/cpu.c