From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MnGhn-00008k-3u for qemu-devel@nongnu.org; Mon, 14 Sep 2009 14:55:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnGhh-00007k-8c for qemu-devel@nongnu.org; Mon, 14 Sep 2009 14:55:14 -0400 Received: from [199.232.76.173] (port=46311 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnGhh-00007h-49 for qemu-devel@nongnu.org; Mon, 14 Sep 2009 14:55:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35414) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MnGhg-0007vG-Jr for qemu-devel@nongnu.org; Mon, 14 Sep 2009 14:55:08 -0400 Date: Mon, 14 Sep 2009 15:54:52 -0300 From: Luiz Capitulino Message-ID: <20090914155452.6422e859@doriath> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] QEMU doesn't run List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aurelien@aurel32.net Cc: qemu-devel@nongnu.org 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 Author: Aurelien Jarno Date: Mon Sep 14 19:30:16 2009 +0200 Open chr device for all serial ports """