Re: [Qemu-devel] [PATCH] initialize CPU model list after handling -readconfig options

2012-03-12 Thread Anthony Liguori
On 03/09/2012 01:19 PM, Eduardo Habkost wrote: To properly load cpudefs using -readconfig, we have to call cpudef_init() after finishing the command-line option handling. Consequently, the handling of "-cpu ?" has to be done after the command-line option handling loop, too. Without this patch,

[Qemu-devel] [PATCH] initialize CPU model list after handling -readconfig options

2012-03-09 Thread Eduardo Habkost
To properly load cpudefs using -readconfig, we have to call cpudef_init() after finishing the command-line option handling. Consequently, the handling of "-cpu ?" has to be done after the command-line option handling loop, too. Without this patch, "-readconfig configfile -cpu ?" fails to list the