From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BdT9X-00011w-Ji for qemu-devel@nongnu.org; Thu, 24 Jun 2004 08:16:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BdT9V-00011j-Gd for qemu-devel@nongnu.org; Thu, 24 Jun 2004 08:16:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BdT9V-00011g-D1 for qemu-devel@nongnu.org; Thu, 24 Jun 2004 08:16:25 -0400 Received: from [193.252.22.22] (helo=mwinf0901.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BdT7p-0007Ff-UL for qemu-devel@nongnu.org; Thu, 24 Jun 2004 08:14:42 -0400 Received: from bellard.org (ATuileries-112-1-3-126.w81-48.abo.wanadoo.fr [81.48.134.126]) by mwinf0901.wanadoo.fr (SMTP Server) with ESMTP id 9CA9E18002C6 for ; Thu, 24 Jun 2004 14:14:29 +0200 (CEST) Message-ID: <40DAC642.7020808@bellard.org> Date: Thu, 24 Jun 2004 14:17:06 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Fedora Core 2 as guest OS References: <200406241114.45544.jm@poure.com> In-Reply-To: <200406241114.45544.jm@poure.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Jean-Michel POURE wrote: > Fedora Core 2 image can be fetched for testing from: > http://www.poure.com/qemu/fedora-c2.img.tar.bz2 > http://www.poure.com/qemu/fedora-c2.img.tar.bz2.md5 > > I read on a mailing-list that the Fedora Core 2 kernel was not compiled with > GCC and contains some Redhat code as usual. > > Testing Fedora Core 2 may simply be a whaste of time... This is a generic timer problem linked to the fact that a 2.6.x guest kernel is used. This problem especially arises if you are using a 2.4.x host kernel. A workaround is to add "clock=pit" on the guest kernel command line (type 'linux clock=pit' as boot argument in the Fedora installer). If you use a 2.4.x kernel, make sure you also did 'echo 1024 > /proc/sys/dev/rtc/max-user-freq' as root. Fabrice.