提交 37a3e630 编写于 作者: W Wei Jiangang 提交者: Michael Tokarev

vl: fix comment about when parsing cpu definitions

machine->init() was replaced with machine_class->init()
in 958db90c.
Signed-off-by: NWei Jiangang <weijg.fnst@cn.fujitsu.com>
Signed-off-by: NMichael Tokarev <mjt@tls.msk.ru>
上级 ed2f3bc1
......@@ -4083,7 +4083,7 @@ int main(int argc, char **argv, char **envp)
/* Init CPU def lists, based on config
* - Must be called after all the qemu_read_config_file() calls
* - Must be called before list_cpus()
* - Must be called before machine->init()
* - Must be called before machine_class->init()
*/
cpudef_init();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册