Re: [Qemu-devel] [RFC PATCH v2 10/23] ppc: Update cpu_model in MachineState

2015-03-24 Thread David Gibson
On Mon, Mar 23, 2015 at 07:05:51PM +0530, Bharata B Rao wrote: > Keep cpu_model field in MachineState uptodate so that it can be used > from the CPU hotplug path. > > Signed-off-by: Bharata B Rao Reviewed-by: David Gibson -- David Gibson| I'll have my music baroque, and my

[Qemu-devel] [RFC PATCH v2 10/23] ppc: Update cpu_model in MachineState

2015-03-23 Thread Bharata B Rao
Keep cpu_model field in MachineState uptodate so that it can be used from the CPU hotplug path. Signed-off-by: Bharata B Rao --- hw/ppc/mac_newworld.c | 10 +- hw/ppc/mac_oldworld.c | 7 +++ hw/ppc/ppc440_bamboo.c | 7 +++ hw/ppc/prep.c | 7 +++ hw/ppc/spapr.c