Re: qemu-softmmu -cpu help broken

2022-03-10 Thread Paolo Bonzini
On 3/10/22 12:10, Max Filippov wrote: Hello, I've noticed that the command qemu-system-xtensa -cpu help no longer prints anything. Apparently because cpu_list is no longer defined in list_cpus inside softmmu/cpus.c I think it'd be better to move list_cpus() to cpu.c in the root directory, a

Re: qemu-softmmu -cpu help broken

2022-03-10 Thread Thomas Huth
On 10/03/2022 12.10, Max Filippov wrote: Hello, I've noticed that the command qemu-system-xtensa -cpu help no longer prints anything. Apparently because cpu_list is no longer defined in list_cpus inside softmmu/cpus.c Bisection points to the following commit: e0220bb5b200 ("softmmu: Build tar

qemu-softmmu -cpu help broken

2022-03-10 Thread Max Filippov
Hello, I've noticed that the command qemu-system-xtensa -cpu help no longer prints anything. Apparently because cpu_list is no longer defined in list_cpus inside softmmu/cpus.c Bisection points to the following commit: e0220bb5b200 ("softmmu: Build target-agnostic objects once") Reverting the c