From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Subject: BUG: FreeBSD fails to boot on xen-unstable tip Date: Thu, 18 Apr 2013 13:36:31 +0200 Message-ID: <516FDABF.4070709@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel Cc: "Tim (Xen.org)" , Jan Beulich List-Id: xen-devel@lists.xenproject.org Hello, FreeBSD bootloader is getting stuck with tip of xen-unstable. I've bisected the Xen tree and found that the culprit of this is the following commit: 527824f41f5fac9cba3d4441b2e73d3118d98837 is the first bad commit commit 527824f41f5fac9cba3d4441b2e73d3118d98837 Author: Tim Deegan Date: Thu Mar 28 11:27:31 2013 +0000 x86/hvm: Centralize and simplify the RTC IRQ logic. This keeps the behaviour of strobing the IRQ line every time any RTC interrupt source is raised. I rather suspect (based on the behaviour of the MC146818A RTC) that we ought to be suppressing all subsequent interrupts whenever RTC_IRQF is set, but this way avoids making guest-visible changes. Signed-off-by: Tim Deegan Acked-by: Jan Beulich Acked-by: Keir Fraser Not sure, but I guess this is probably related to the issues George is seeing on Windows 2003: Roger.