Re: [PATCH 3/7] target/arm: Enable FEAT_CSV2_2 for -cpu max

2022-04-11 Thread Peter Maydell
On Sun, 10 Apr 2022 at 07:03, Richard Henderson wrote: > > There is no branch prediction in TCG, therefore there is no > need to actually include the context number into the predictor. > Therefore all we need to do is add the state for SCXTNUM_ELx. > > Signed-off-by: Richard Henderson > --- >

[PATCH 3/7] target/arm: Enable FEAT_CSV2_2 for -cpu max

2022-04-09 Thread Richard Henderson
There is no branch prediction in TCG, therefore there is no need to actually include the context number into the predictor. Therefore all we need to do is add the state for SCXTNUM_ELx. Signed-off-by: Richard Henderson --- target/arm/cpu.h| 16 +++ target/arm/cpu64.c | 2 +-