Re: [PATCH 0/7] target/arm: Introduce cpu types max-v8 and max-v9
Peter Maydell <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <CAFEAcA8stJZ6JZW1un++6zj+CDwkR-zTpA4G9ksTetO-xOn01w@mail.gmail.com> |
On Thu, 6 Aug 2026 at 17:41, Richard Henderson <[email protected]> wrote: > > This is something that we've talked about for quite some time, > having separate "max" cpu types for Armv{8,9}, because Armv9 > prohibits some deprecated Armv8 features. Retaining all features > simultaneously has the potential to cause confusion. > > r~ > > Richard Henderson (7): > target/arm: Tidy cpu_max_initfn > target/arm: Pass ARMCPU to aarch64_aa32_a57_init > target/arm: Pass aarch64_enabled to aarch64_aa32_a57_init > target/arm: Sink aarch64_aa32_a57_init into aarch64_max_tcg_initfn I've taken these first four cleanup patches into target-arm.next. thanks -- PMM