From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MnXQV-0006pM-7X for qemu-devel@nongnu.org; Tue, 15 Sep 2009 08:46:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnXQQ-0006ju-I8 for qemu-devel@nongnu.org; Tue, 15 Sep 2009 08:46:30 -0400 Received: from [199.232.76.173] (port=36991 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnXQQ-0006jc-Al for qemu-devel@nongnu.org; Tue, 15 Sep 2009 08:46:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8659) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MnXQP-0006ph-Oq for qemu-devel@nongnu.org; Tue, 15 Sep 2009 08:46:26 -0400 Date: Tue, 15 Sep 2009 09:46:07 -0300 From: Luiz Capitulino Message-ID: <20090915094607.0723db79@doriath> In-Reply-To: <20090914215054.GA770@volta.aurel32.net> References: <20090914155452.6422e859@doriath> <20090914215054.GA770@volta.aurel32.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: QEMU doesn't run List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On Mon, 14 Sep 2009 23:50:54 +0200 Aurelien Jarno wrote: > On Mon, Sep 14, 2009 at 03:54:52PM -0300, Luiz Capitulino wrote: > > > > Hi Aurelien, > > > > I'm getting the following error when trying to run QEMU: > > > > """ > > # ./qemu -hda fedora-11-kratos-i386.img -enable-kvm -snapshot > > isa irq 4 already assigned > > """ > > > > According to git bisect the problem was introduced by: > > > > """ > > commit 55338f1dd4648d78ee130d83a92f1059ff1f3887 > > I have reverted the patch, so qemu i386/x86_64 should work again. And > qemu mips is now broken again :( Ok, thanks..