Re: [Qemu-devel] [PATCH V3 5/7] pc: Update rtc_cmos in pc_cpu_plug

2014-09-28 Thread Gu Zheng
Hi Igor, On 09/26/2014 09:23 PM, Igor Mammedov wrote: > On Wed, 17 Sep 2014 09:24:01 +0800 > Gu Zheng wrote: > >> Update rtc_cmos in pc_cpu_plug directly instead of the notifier, with >> this change, there will no user of CPU hot-plug notifier any more, so >> remove it. >> >> Signed-off-by: Gu Z

Re: [Qemu-devel] [PATCH V3 5/7] pc: Update rtc_cmos in pc_cpu_plug

2014-09-26 Thread Igor Mammedov
On Wed, 17 Sep 2014 09:24:01 +0800 Gu Zheng wrote: > Update rtc_cmos in pc_cpu_plug directly instead of the notifier, with > this change, there will no user of CPU hot-plug notifier any more, so > remove it. > > Signed-off-by: Gu Zheng > --- > hw/i386/pc.c| 25 ++-

Re: [Qemu-devel] [PATCH V3 5/7] pc: Update rtc_cmos in pc_cpu_plug

2014-09-26 Thread Igor Mammedov
On Wed, 17 Sep 2014 09:24:01 +0800 Gu Zheng wrote: > Update rtc_cmos in pc_cpu_plug directly instead of the notifier, with > this change, there will no user of CPU hot-plug notifier any more, so > remove it. In addition move removal of unused notifier in separate patch, please. > > Signed-off-b

[Qemu-devel] [PATCH V3 5/7] pc: Update rtc_cmos in pc_cpu_plug

2014-09-16 Thread Gu Zheng
Update rtc_cmos in pc_cpu_plug directly instead of the notifier, with this change, there will no user of CPU hot-plug notifier any more, so remove it. Signed-off-by: Gu Zheng --- hw/i386/pc.c| 25 ++--- include/sysemu/sysemu.h |3 --- qom/cpu.c