From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5ncE-0007h1-Un for qemu-devel@nongnu.org; Wed, 04 Nov 2009 16:42:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5nc9-0007gP-Va for qemu-devel@nongnu.org; Wed, 04 Nov 2009 16:42:06 -0500 Received: from [199.232.76.173] (port=34879 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5nc9-0007gJ-PU for qemu-devel@nongnu.org; Wed, 04 Nov 2009 16:42:01 -0500 Received: from mail-gx0-f223.google.com ([209.85.217.223]:34588) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N5nc9-0003tS-Hj for qemu-devel@nongnu.org; Wed, 04 Nov 2009 16:42:01 -0500 Received: by gxk23 with SMTP id 23so5031254gxk.2 for ; Wed, 04 Nov 2009 13:42:00 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <74aa57df0909162108w3bcb39e8u8f70a7e9c5e8eb90@mail.gmail.com> From: Artyom Tarasenko Date: Wed, 4 Nov 2009 22:41:40 +0100 Message-ID: Subject: Re: [Qemu-devel] Inquiry:Solaris 8 installation on QEMU Content-Type: text/plain; charset=ISO-8859-1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: Robert Reif , qemu-devel@nongnu.org, Luis Freitas , hadi motamedi >> The kernels of Solaris 8 & 9 can be boot too, but then they flood >> about spurious irq 10. It seems that the earlier Solaris versions are >> also suffering from spurious interrupts, because the boot process >> takes very long: ~7 hours on E8200@2.66GHz . > > A bug in the system timer implementation? Or in interrupt handling in general. The interrupts seem to be really spurious, not triggered by the timer. I think I fixed one bug in slavio today, but I need more reading slavio docs. With the fix solaris 9 seems to boot as well. Although it still complains about spurious interrupts, but with the fix it happens once a second and not hundreds times a second as before. The performance is not affected, so either the fix is incomplete, or I took a wrong trail