Re: [PATCH v7 0/8] Unified CPU type check

2023-11-27 Thread Gavin Shan
On 11/27/23 21:10, Marcin Juszkiewicz wrote: W dniu 27.11.2023 o 00:12, Gavin Shan pisze: After the series is applied:    [gshan@gshan q]$ ./build/qemu-system-aarch64 -M virt -cpu cortex-a8    qemu-system-aarch64: Invalid CPU type: cortex-a8    The valid types are: cortex-a7, cortex-a15,

Re: [PATCH v7 0/8] Unified CPU type check

2023-11-27 Thread Marcin Juszkiewicz
W dniu 27.11.2023 o 00:12, Gavin Shan pisze: After the series is applied: [gshan@gshan q]$ ./build/qemu-system-aarch64 -M virt -cpu cortex-a8 qemu-system-aarch64: Invalid CPU type: cortex-a8 The valid types are: cortex-a7, cortex-a15, cortex-a35, cortex-a55, \