Hi,
This series failed build test on FreeBSD host. Please find the details below.
Type: series
Subject: [Qemu-devel] [PATCH] rtc: fix a infinite loop in windows vm startup
Message-id: 1500916540-33510-1-git-send-email-peng.h...@zte.com.cn
=== TEST SCRIPT BEGIN ===
#!/bin/sh
# Testing script
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