Re: [PATCH v2 00/10] target/arm: Introduce cpu types max-v8 and max-v9
Richard Henderson <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 8/17/26 08:04, Peter Maydell wrote: > Also, once we have a max-v9 we should fix up the slightly > bodged GICv5 property handling: currently we register > the has-gcie property for v8 + AARCH64, but we should update > that to only register it for a v9 CPU. (Q: how should we detect > that we have a v9 CPU ? Do we need an ARM_FEATURE_V9?) > Then we can remove the code that does 'Downgrade "AArch32 and AArch64" > to "AArch64"' when has_gcie is true. I can do that after this series > lands, if you prefer. ARM_FEATURE_V9 is certainly the easiest way, and I'd be happy with that. r~