From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLWGM-0001mL-Kx for qemu-devel@nongnu.org; Thu, 06 Mar 2014 06:15:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLWGE-0008Et-8N for qemu-devel@nongnu.org; Thu, 06 Mar 2014 06:14:54 -0500 Received: from mail-ee0-x22d.google.com ([2a00:1450:4013:c00::22d]:50719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLWGE-0008Ep-1G for qemu-devel@nongnu.org; Thu, 06 Mar 2014 06:14:46 -0500 Received: by mail-ee0-f45.google.com with SMTP id d17so1030914eek.18 for ; Thu, 06 Mar 2014 03:14:45 -0800 (PST) Sender: Paolo Bonzini Message-ID: <531858A0.3030901@redhat.com> Date: Thu, 06 Mar 2014 12:14:40 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Solaris 10 x86 not booting with -icount List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sai Prajeeth , qemu-devel@nongnu.org Il 06/03/2014 11:50, Sai Prajeeth ha scritto: > Hi list, > > I am unable to boot the solaris 10 x86 (32-bit) operating system on qemu > when i use the -icount 1 option. I get the error > "qemu: Fatal: Raised an Interrupt while not in I/O function" > > I tried different values for icount but still i am not able to get it > working. > I compiled qemu from sources and the version is 1.1.50 > > However when i boot the same OS using qemu-system-i386 (with -icount 1 > and -no-kvm flags) installed on the system (qemu-kvm 1.0) it runs fine. > Can anyone help me out ? Your best bet is to use git for bisection between 1.0 and the version you are using. Paolo