From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tg8oq-0004qs-5x for qemu-devel@nongnu.org; Wed, 05 Dec 2012 01:50:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tg8oo-0002PO-ON for qemu-devel@nongnu.org; Wed, 05 Dec 2012 01:50:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:20582) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tg8oo-0002PF-Fx for qemu-devel@nongnu.org; Wed, 05 Dec 2012 01:50:54 -0500 Message-ID: <50BEEEA9.2090807@redhat.com> Date: Wed, 05 Dec 2012 07:50:17 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <50BDA8EB.5090402@redhat.com> <20121204144243.GB13356@hedwig.ini.cmu.edu> <20121204151136.GA11468@redhat.com> <20121204153957.GC13356@hedwig.ini.cmu.edu> <50BE2B57.10501@redhat.com> <20121204171404.GD13356@hedwig.ini.cmu.edu> In-Reply-To: <20121204171404.GD13356@hedwig.ini.cmu.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL for-1.3 0/3] seabios: q35 update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gabriel L. Somlo" Cc: rene@exactcode.com, jan.kiszka@siemens.com, jbaron@redhat.com, qemu-devel@nongnu.org, agraf@suse.de, anthony@codemonkey.ws On 12/04/12 18:14, Gabriel L. Somlo wrote: > On Tue, Dec 04, 2012 at 05:56:55PM +0100, Gerd Hoffmann wrote: >> Ok, and how does the RTC look like on your MacPro? > > Device (RTC) > { > Name (_HID, EisaId ("PNP0B00")) > Name (_CRS, ResourceTemplate () > { > IO (Decode16, > 0x0070, // Range Minimum > 0x0070, // Range Maximum > 0x01, // Alignment > 0x08, // Length > ) > }) > } Ok, so no IRQ declared for the RTC. We have IRQ 8 for both rtc and hpet, which most likely is the root cause for the issue. You can try simply dropping the line for testing. I'll try to come up with something more clever as the hpet can be disabled in which case we should keep irq8 assigned to rtc. cheers, Gerd