Re: [Qemu-devel] [PATCH v3 0/5] mc146818rtc: fix Windows VM clock faster

2017-05-18 Thread Paolo Bonzini
On 18/05/2017 15:38, Xiao Guangrong wrote: >>> >> >> Yes, I've already queued it, but I don't have many patches so I am >> delaying the pull request a bit (until at least I have time to test >> vhost-user-scsi...). >> > > Very glad to know it. I should check your git tree before raise this >

Re: [Qemu-devel] [PATCH v3 0/5] mc146818rtc: fix Windows VM clock faster

2017-05-18 Thread Xiao Guangrong
On 05/18/2017 03:52 PM, Paolo Bonzini wrote: Looks great. Thanks for following up quickly on the reviews. Paolo, if it is okay to you, could you please consider to merge this patchset? ;) Yes, I've already queued it, but I don't have many patches so I am delaying the pull request a bit

Re: [Qemu-devel] [PATCH v3 0/5] mc146818rtc: fix Windows VM clock faster

2017-05-18 Thread Paolo Bonzini
> > Looks great. Thanks for following up quickly on the reviews. > > Paolo, if it is okay to you, could you please consider to merge this > patchset? ;) Yes, I've already queued it, but I don't have many patches so I am delaying the pull request a bit (until at least I have time to test

Re: [Qemu-devel] [PATCH v3 0/5] mc146818rtc: fix Windows VM clock faster

2017-05-17 Thread Xiao Guangrong
On 05/10/2017 05:53 PM, Paolo Bonzini wrote: On 10/05/2017 10:32, guangrong.x...@gmail.com wrote: From: Xiao Guangrong Changelog in v3: Thanks to Paolo's the elaborate review comments, this version simplifies the logic of periodic_timer_update() significantly

Re: [Qemu-devel] [PATCH v3 0/5] mc146818rtc: fix Windows VM clock faster

2017-05-10 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20170510083259.3900-1-xiaoguangr...@tencent.com Type: series Subject: [Qemu-devel] [PATCH v3 0/5] mc146818rtc: fix Windows VM clock faster === TEST SCRIPT BEGIN === #!/bin/bash BASE

Re: [Qemu-devel] [PATCH v3 0/5] mc146818rtc: fix Windows VM clock faster

2017-05-10 Thread Paolo Bonzini
On 10/05/2017 10:32, guangrong.x...@gmail.com wrote: > From: Xiao Guangrong > > Changelog in v3: > Thanks to Paolo's the elaborate review comments, this version > simplifies the logic of periodic_timer_update() significantly > that includes: > 1) introduce

[Qemu-devel] [PATCH v3 0/5] mc146818rtc: fix Windows VM clock faster

2017-05-10 Thread guangrong . xiao
From: Xiao Guangrong Changelog in v3: Thanks to Paolo's the elaborate review comments, this version simplifies the logic of periodic_timer_update() significantly that includes: 1) introduce rtc_periodic_clock_ticks() that takes both regA and regB into account and