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

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

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

2017-05-04 Thread guangrong . xiao
From: Xiao Guangrong Changelog in v2: Thanks to Paolo's review, the changes in this version are: 1) merge patch 2, 3, 4 together 2) use a nice way ((value ^ new_value) & BIT_MASK) to check if updating for periodic timer is needed 3) use a smarter way to calculate coalesced irqs and lost_clock