Re: [PATCH 5/7] target/arm: Introduce cpu types max-v8 and max-v9
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 6/8/26 18:39, Richard Henderson wrote: > Introduce the names and allow them with the virt > and sbsa-ref machine types. So far, the cpu types > both exactly match "max". > > Signed-off-by: Richard Henderson <[email protected]> > --- > hw/arm/sbsa-ref.c | 2 ++ > hw/arm/virt.c | 2 ++ > target/arm/tcg/cpu64.c | 2 ++ > 3 files changed, 6 insertions(+) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>