Re: [PATCH] hw/arm/virt: Consolidate valid CPU types

2024-01-12 Thread Peter Maydell
On Thu, 11 Jan 2024 at 05:11, Gavin Shan wrote: > > It's found that some of the CPU type names in the array of valid > CPU types are invalid because their corresponding classes aren't > registered, as reported by Peter Maydell. > > [gshan@gshan build]$ ./qemu-system-arm -machine virt -cpu

Re: [PATCH] hw/arm/virt: Consolidate valid CPU types

2024-01-12 Thread Peter Maydell
On Thu, 11 Jan 2024 at 05:11, Gavin Shan wrote: > > It's found that some of the CPU type names in the array of valid > CPU types are invalid because their corresponding classes aren't > registered, as reported by Peter Maydell. > > [gshan@gshan build]$ ./qemu-system-arm -machine virt -cpu

Re: [PATCH] hw/arm/virt: Consolidate valid CPU types

2024-01-12 Thread Cornelia Huck
On Thu, Jan 11 2024, Gavin Shan wrote: > It's found that some of the CPU type names in the array of valid > CPU types are invalid because their corresponding classes aren't > registered, as reported by Peter Maydell. > > [gshan@gshan build]$ ./qemu-system-arm -machine virt -cpu cortex-a9 >

[PATCH] hw/arm/virt: Consolidate valid CPU types

2024-01-10 Thread Gavin Shan
It's found that some of the CPU type names in the array of valid CPU types are invalid because their corresponding classes aren't registered, as reported by Peter Maydell. [gshan@gshan build]$ ./qemu-system-arm -machine virt -cpu cortex-a9 qemu-system-arm: Invalid CPU model: cortex-a9 The valid