Re: [Qemu-devel] [PATCH 02/17] target-i386: move cpu_x86_init() to cpu.c

2012-11-27 Thread li guang
在 2012-11-12一的 19:38 -0200,Eduardo Habkost写道: > Eventually all of the CPU init code will probably become just a simple > object_new() call, with some arch-independent function that handles the > CPU model string parsing. But right now we need to reorder and split > many of the steps invoved in the

[Qemu-devel] [PATCH 02/17] target-i386: move cpu_x86_init() to cpu.c

2012-11-12 Thread Eduardo Habkost
Eventually all of the CPU init code will probably become just a simple object_new() call, with some arch-independent function that handles the CPU model string parsing. But right now we need to reorder and split many of the steps invoved in the CPU model string parsing and CPU object creation, and