Re: [Qemu-devel] [PATCH 09/22] introduce CPU hot-plug notifier

2013-04-09 Thread Paolo Bonzini
Il 05/04/2013 16:37, Igor Mammedov ha scritto: > hot-added CPU will be distributed to acpi_piix4, rtc_cmos and icc_bridge > > Signed-off-by: Igor Mammedov > --- > v2: > * move notifier to qom/cpu.c and call it from CPUClass.realize() on hotplug > --- > include/qom/cpu.h | 2 ++ > includ

[Qemu-devel] [PATCH 09/22] introduce CPU hot-plug notifier

2013-04-05 Thread Igor Mammedov
hot-added CPU will be distributed to acpi_piix4, rtc_cmos and icc_bridge Signed-off-by: Igor Mammedov --- v2: * move notifier to qom/cpu.c and call it from CPUClass.realize() on hotplug --- include/qom/cpu.h | 2 ++ include/sysemu/sysemu.h | 3 +++ qom/cpu.c | 12