Re: [Qemu-devel] [PATCH v3] i386: keep cpu_model field in MachineState uptodate

2015-09-07 Thread Paolo Bonzini
On 07/09/2015 12:27, Zhu Guihua wrote: > This patch has been reviewed. > Could anyone help merge it? That would be Michael Tsirkin. Paolo > Thanks, > Zhu > > On 08/28/2015 02:28 AM, Eduardo Habkost wrote: >> On Thu, Aug 27, 2015 at 05:27:05PM +0800, Zhu Guihua wrote: >>> Update cpu_model in Mac

Re: [Qemu-devel] [PATCH v3] i386: keep cpu_model field in MachineState uptodate

2015-09-07 Thread Zhu Guihua
This patch has been reviewed. Could anyone help merge it? Thanks, Zhu On 08/28/2015 02:28 AM, Eduardo Habkost wrote: On Thu, Aug 27, 2015 at 05:27:05PM +0800, Zhu Guihua wrote: Update cpu_model in MachineState for i386, so that the field can be used for cpu hotplug, instead of using a static v

Re: [Qemu-devel] [PATCH v3] i386: keep cpu_model field in MachineState uptodate

2015-08-27 Thread Eduardo Habkost
On Thu, Aug 27, 2015 at 05:27:05PM +0800, Zhu Guihua wrote: > Update cpu_model in MachineState for i386, so that the field can be used > for cpu hotplug, instead of using a static variable. > > Signed-off-by: Zhu Guihua Reviewed-by: Eduardo Habkost -- Eduardo

[Qemu-devel] [PATCH v3] i386: keep cpu_model field in MachineState uptodate

2015-08-27 Thread Zhu Guihua
Update cpu_model in MachineState for i386, so that the field can be used for cpu hotplug, instead of using a static variable. Signed-off-by: Zhu Guihua --- v3: -use PCMachineState in pc_cpus_init() instead MachineState v2: -transfer MachineState from all pc_cpus_init() callers --- hw/i386/pc.