Re: [Qemu-devel] [PATCH V5 5/8] pc: Update rtc_cmos in pc_cpu_plug

2014-10-20 Thread Igor Mammedov
On Fri, 10 Oct 2014 10:16:04 +0800 Gu Zheng wrote: > Update rtc_cmos in pc_cpu_plug() directly, instead of the notifier. > > Signed-off-by: Gu Zheng Reviewed-by: Igor Mammedov > --- > v5: > -move CPU hot-plug notifier cleanup hunk into Patch 6/8. > > v4: > -Make link property in PCMachine

[Qemu-devel] [PATCH V5 5/8] pc: Update rtc_cmos in pc_cpu_plug

2014-10-09 Thread Gu Zheng
Update rtc_cmos in pc_cpu_plug() directly, instead of the notifier. Signed-off-by: Gu Zheng --- v5: -move CPU hot-plug notifier cleanup hunk into Patch 6/8. v4: -Make link property in PCMachine rather than the global variables. -Split out the removal of unused notifier into separate patch.