Re: [PATCH] target/arm: Make RETA[AB] UNDEF when pauth is not implemented

2025-06-30 Thread Peter Maydell
On Mon, 16 Jun 2025 at 18:15, Solomon Tan wrote: > > According to the Arm A-profile A64 Instruction Set Architecture, > RETA[AB] should be decoded as UNDEF if the pauth feature is not > implemented. > > Fixes: 0ebbe9021254f ("target/arm: Convert BRA[AB]Z, BLR[AB]Z, RETA[AB] to > decodetree") > Si

Re: [PATCH] target/arm: Make RETA[AB] UNDEF when pauth is not implemented

2025-06-17 Thread Richard Henderson
On 6/16/25 10:15, Solomon Tan wrote: According to the Arm A-profile A64 Instruction Set Architecture, RETA[AB] should be decoded as UNDEF if the pauth feature is not implemented. Fixes: 0ebbe9021254f ("target/arm: Convert BRA[AB]Z, BLR[AB]Z, RETA[AB] to decodetree") Signed-off-by: Solomon Tan -

Re: [PATCH] target/arm: Make RETA[AB] UNDEF when pauth is not implemented

2025-06-16 Thread Alex Bennée
Solomon Tan writes: > According to the Arm A-profile A64 Instruction Set Architecture, > RETA[AB] should be decoded as UNDEF if the pauth feature is not > implemented. > > Fixes: 0ebbe9021254f ("target/arm: Convert BRA[AB]Z, BLR[AB]Z, RETA[AB] to > decodetree") > Signed-off-by: Solomon Tan Rev

[PATCH] target/arm: Make RETA[AB] UNDEF when pauth is not implemented

2025-06-16 Thread Solomon Tan
According to the Arm A-profile A64 Instruction Set Architecture, RETA[AB] should be decoded as UNDEF if the pauth feature is not implemented. Fixes: 0ebbe9021254f ("target/arm: Convert BRA[AB]Z, BLR[AB]Z, RETA[AB] to decodetree") Signed-off-by: Solomon Tan --- target/arm/tcg/translate-a64.c | 4