From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hv929-0008Bw-Fi for qemu-devel@nongnu.org; Mon, 04 Jun 2007 05:39:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hv928-00088L-5u for qemu-devel@nongnu.org; Mon, 04 Jun 2007 05:39:28 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hv928-000889-1g for qemu-devel@nongnu.org; Mon, 04 Jun 2007 05:39:28 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Hv927-0003Jj-01 for qemu-devel@nongnu.org; Mon, 04 Jun 2007 05:39:27 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Hv920-0007zk-DN for qemu-devel@nongnu.org; Mon, 04 Jun 2007 11:39:20 +0200 Received: from linagoraberri.pck.nerim.net ([213.41.243.192]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Jun 2007 11:39:20 +0200 Received: from mloiseleur by linagoraberri.pck.nerim.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Jun 2007 11:39:20 +0200 From: Loiseleur Michel Date: Mon, 04 Jun 2007 11:39:07 +0200 Message-ID: References: <20070603210301.GD10057@victoria2.home.musique-ancienne.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20070603210301.GD10057@victoria2.home.musique-ancienne.org> Sender: news Subject: [Qemu-devel] Re: QEMU on x86_64: some feedback and questions Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Bruno Cornec a =E9crit : > Hello, >=20 > I hope this kind of message is acceptable for this list. > [I'm not a subscriber yet, please keep my address in cc:] >=20 > I'm the developper of a project (http://www.mondorescue.org) where I > extensively use QEMU for generating all the packages I want to produce > for my application. >=20 > Up to now my home system was an i686 machine and I had 26 different VMs= > to generate my sw for 26 different distros. All was fine, and kudos to > the dev team for that. >=20 > I recently changed for a Core2 Duo machine, and began to add 64 bits > virutal machines to the play.=20 >=20 > First point, all my 26 i386 VMs seem to still work fine. > For x86_64 VMs, the results are mixed: >=20 > Fully operational for fedora 6, mandriva 2007.0, 2007.1, rhel 4 and 5. >=20 > My rhel 3 x86_64 VM is unable to reboot correctly. When no special > parameter given to the kernel, it does 'Lost interrupts' after detectin= g > my hda IDE drive, and finishes by a kernel panic. If I add noapic > nolapic to the boot line, it goes further (without 'Lost interrupts' > mesages) but panics during ethernet card setup (acpi irq messages). >=20 You can try also with -kernel-kqemu or with -no-kqemu. Sometimes, it's more reliable. Regards, Michel