Re: [PATCH 4/7] target/arm: Enable FEAT_CSV3 for -cpu max

2022-04-11 Thread Peter Maydell
On Sun, 10 Apr 2022 at 07:07, Richard Henderson wrote: > > This extension concerns cache speculation, which TCG does > not implement. Thus we can trivially enable this feature. > > Signed-off-by: Richard Henderson > --- > target/arm/cpu64.c | 1 + > target/arm/cpu_tcg.c | 1 + > 2 files chang

[PATCH 4/7] target/arm: Enable FEAT_CSV3 for -cpu max

2022-04-09 Thread Richard Henderson
This extension concerns cache speculation, which TCG does not implement. Thus we can trivially enable this feature. Signed-off-by: Richard Henderson --- target/arm/cpu64.c | 1 + target/arm/cpu_tcg.c | 1 + 2 files changed, 2 insertions(+) diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c