Re: [Qemu-devel] [PATCH 05/16] introduce CPU hot-plug notifier

2013-04-22 Thread Igor Mammedov
On Mon, 22 Apr 2013 14:24:00 +0300 Gleb Natapov wrote: > On Mon, Apr 22, 2013 at 01:09:19PM +0200, Igor Mammedov wrote: > > On Mon, 22 Apr 2013 14:00:01 +0300 > > Gleb Natapov wrote: > > > > > On Tue, Apr 16, 2013 at 12:12:45AM +0200, Igor Mammedov wrote: > > > > hot-added CPU will be distribut

Re: [Qemu-devel] [PATCH 05/16] introduce CPU hot-plug notifier

2013-04-22 Thread Gleb Natapov
On Mon, Apr 22, 2013 at 01:09:19PM +0200, Igor Mammedov wrote: > On Mon, 22 Apr 2013 14:00:01 +0300 > Gleb Natapov wrote: > > > On Tue, Apr 16, 2013 at 12:12:45AM +0200, Igor Mammedov wrote: > > > hot-added CPU will be distributed to acpi_piix4 and rtc_cmos > > > > > > Signed-off-by: Igor Mammed

Re: [Qemu-devel] [PATCH 05/16] introduce CPU hot-plug notifier

2013-04-22 Thread Igor Mammedov
On Mon, 22 Apr 2013 14:00:01 +0300 Gleb Natapov wrote: > On Tue, Apr 16, 2013 at 12:12:45AM +0200, Igor Mammedov wrote: > > hot-added CPU will be distributed to acpi_piix4 and rtc_cmos > > > > Signed-off-by: Igor Mammedov > > Reviewed-by: Paolo Bonzini > > Reviewed-by: Eduardo Habkost > > ---

Re: [Qemu-devel] [PATCH 05/16] introduce CPU hot-plug notifier

2013-04-22 Thread Gleb Natapov
On Tue, Apr 16, 2013 at 12:12:45AM +0200, Igor Mammedov wrote: > hot-added CPU will be distributed to acpi_piix4 and rtc_cmos > > Signed-off-by: Igor Mammedov > Reviewed-by: Paolo Bonzini > Reviewed-by: Eduardo Habkost > --- > v2: > * move notifier to qom/cpu.c and call it from CPUClass.reali

[Qemu-devel] [PATCH 05/16] introduce CPU hot-plug notifier

2013-04-15 Thread Igor Mammedov
hot-added CPU will be distributed to acpi_piix4 and rtc_cmos Signed-off-by: Igor Mammedov Reviewed-by: Paolo Bonzini Reviewed-by: Eduardo Habkost --- 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 ---