Re: [Qemu-devel] [PATCH 06/19] introduce CPU hot-plug notifier

2013-04-15 Thread Eduardo Habkost
On Fri, Apr 12, 2013 at 01:00:57PM +0200, Igor Mammedov wrote: > On Thu, 11 Apr 2013 15:46:47 -0300 > Eduardo Habkost wrote: > > > On Thu, Apr 11, 2013 at 04:51:45PM +0200, Igor Mammedov wrote: > > > hot-added CPU will be distributed to acpi_piix4, rtc_cmos and icc_bridge > > > > > > Signed-off-

Re: [Qemu-devel] [PATCH 06/19] introduce CPU hot-plug notifier

2013-04-12 Thread Igor Mammedov
On Thu, 11 Apr 2013 15:46:47 -0300 Eduardo Habkost wrote: > On Thu, Apr 11, 2013 at 04:51:45PM +0200, Igor Mammedov wrote: > > hot-added CPU will be distributed to acpi_piix4, rtc_cmos and icc_bridge > > > > Signed-off-by: Igor Mammedov > > Reviewed-by: Paolo Bonzini > > Have you considered m

Re: [Qemu-devel] [PATCH 06/19] introduce CPU hot-plug notifier

2013-04-11 Thread Eduardo Habkost
On Thu, Apr 11, 2013 at 04:51:45PM +0200, Igor Mammedov wrote: > hot-added CPU will be distributed to acpi_piix4, rtc_cmos and icc_bridge > > Signed-off-by: Igor Mammedov > Reviewed-by: Paolo Bonzini Have you considered making a generic device creation/realization notification mechanism, that c

[Qemu-devel] [PATCH 06/19] introduce CPU hot-plug notifier

2013-04-11 Thread Igor Mammedov
hot-added CPU will be distributed to acpi_piix4, rtc_cmos and icc_bridge Signed-off-by: Igor Mammedov Reviewed-by: Paolo Bonzini --- v2: * move notifier to qom/cpu.c and call it from CPUClass.realize() on hotplug * remove get_firmware_id() since it belong to other patch --- include/sysemu/s