Re: [Qemu-devel] [PATCH V2] rtc: fix a infinite loop in windows vm startup

2017-07-24 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Subject: [Qemu-devel] [PATCH V2] rtc: fix a infinite loop in windows vm startup Message-id: 1500917557-34253-1-git-send-email-peng.h...@zte.com.cn Type: series === TEST SCRIPT BEGIN === #!/bin/bash # Testing script

Re: [Qemu-devel] [PATCH V2] rtc: fix a infinite loop in windows vm startup

2017-07-24 Thread no-reply
Hi, This series failed build test on FreeBSD host. Please find the details below. Type: series Subject: [Qemu-devel] [PATCH V2] rtc: fix a infinite loop in windows vm startup Message-id: 1500917557-34253-1-git-send-email-peng.h...@zte.com.cn === TEST SCRIPT BEGIN === #!/bin/sh # Testing script

[Qemu-devel] [PATCH V2] rtc: fix a infinite loop in windows vm startup

2017-07-24 Thread Peng Hao
When a windows vm starts, periodic timer of rtc will stop several times. windows kernel will check whether REG_A_UIP is changed. REG_C's interrupt flags will not be cleared when periodic timer stops and the update timer will switch to alarm timer. So the expiration time of alarm timer is very long