Re: [PATCH 3/3] target/arm: Set ID_PFR2.SSBS to 1 for "max" 32-bit CPU

2021-02-15 Thread Richard Henderson
On 2/15/21 1:58 PM, Rebecca Cran wrote: > Enable FEAT_SSBS for the "max" 32-bit CPU. > > Signed-off-by: Rebecca Cran > --- > target/arm/cpu.c | 4 > 1 file changed, 4 insertions(+) Reviewed-by: Richard Henderson r~

[PATCH 3/3] target/arm: Set ID_PFR2.SSBS to 1 for "max" 32-bit CPU

2021-02-15 Thread Rebecca Cran
Enable FEAT_SSBS for the "max" 32-bit CPU. Signed-off-by: Rebecca Cran --- target/arm/cpu.c | 4 1 file changed, 4 insertions(+) diff --git a/target/arm/cpu.c b/target/arm/cpu.c index 5cf6c056c50f..88a6b183d325 100644 --- a/target/arm/cpu.c +++ b/target/arm/cpu.c @@ -2206,6 +2206,10 @@