Re: [PATCH 68/76] target/arm: Enable FEAT_AFP for '-cpu max'

2025-01-26 Thread Richard Henderson
On 1/24/25 08:28, Peter Maydell wrote: Now that we have completed the handling for FPCR.{AH,FIZ,NEP}, we can enable FEAT_AFP for '-cpu max', and document that we support it. Signed-off-by: Peter Maydell --- docs/system/arm/emulation.rst | 1 + target/arm/tcg/cpu64.c| 1 + 2 files cha

[PATCH 68/76] target/arm: Enable FEAT_AFP for '-cpu max'

2025-01-24 Thread Peter Maydell
Now that we have completed the handling for FPCR.{AH,FIZ,NEP}, we can enable FEAT_AFP for '-cpu max', and document that we support it. Signed-off-by: Peter Maydell --- docs/system/arm/emulation.rst | 1 + target/arm/tcg/cpu64.c| 1 + 2 files changed, 2 insertions(+) diff --git a/docs/sy