qemu: revert "Restrict pessimization of M4 arch to macOS 15.2"; upgrade Cortex-A72 to Cortex-A76 #3227
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #3226
qemu: revert "Restrict pessimization of M4 arch to macOS 15.2"
This commit reverts the substantial part of:
SME got broken again after upgrading QEMU from 9.2.0 to 9.2.1 (Homebrew bottle).
Possibly this regression happened in some build process rather than in QEMU itself?
See:
qemu-system-aarch64: Property 'host-arm-cpu.sme' not found
(again, in QEMU 9.2.1) #3226qemu: upgrade Cortex-A72 to Cortex-A76
Cortex-A76 supports ARMv8.2-A, while Cortex-A72 only supports ARMv8-A.
ARMv8-A is not enough to run AmazonLinux 2023:
Cortex-A76 is available since QEMU 7.1 (Aug 2022).