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

2014-10-08 Thread Gu Zheng
On 10/08/2014 08:25 PM, Igor Mammedov wrote: > On Wed, 8 Oct 2014 09:12:11 +0800 > Gu Zheng wrote: > >> Hi Igor, >> >> On 10/07/2014 09:01 PM, Igor Mammedov wrote: >> >>> On Mon, 29 Sep 2014 18:52:34 +0800 >>> Gu Zheng wrote: >>> Update rtc_cmos in pc_cpu_plug directly instead of the notif

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

2014-10-08 Thread Igor Mammedov
On Wed, 8 Oct 2014 09:12:11 +0800 Gu Zheng wrote: > Hi Igor, > > On 10/07/2014 09:01 PM, Igor Mammedov wrote: > > > On Mon, 29 Sep 2014 18:52:34 +0800 > > Gu Zheng wrote: > > > >> Update rtc_cmos in pc_cpu_plug directly instead of the notifier. > >> > >> v4: > >> -Make link property in PCMac

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

2014-10-07 Thread Gu Zheng
Hi Igor, On 10/07/2014 09:01 PM, Igor Mammedov wrote: > On Mon, 29 Sep 2014 18:52:34 +0800 > Gu Zheng wrote: > >> Update rtc_cmos in pc_cpu_plug directly instead of the notifier. >> >> v4: >> -Make link property in PCMachine rather than the global >> variables. >> -Split out the removal of

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

2014-10-07 Thread Igor Mammedov
On Mon, 29 Sep 2014 18:52:34 +0800 Gu Zheng wrote: > Update rtc_cmos in pc_cpu_plug directly instead of the notifier. > > v4: > -Make link property in PCMachine rather than the global > variables. > -Split out the removal of unused notifier into separate patch. > > Signed-off-by: Gu Zheng

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

2014-09-29 Thread Gu Zheng
Update rtc_cmos in pc_cpu_plug directly instead of the notifier. v4: -Make link property in PCMachine rather than the global variables. -Split out the removal of unused notifier into separate patch. Signed-off-by: Gu Zheng --- hw/i386/pc.c | 37