From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUjZO-0007J5-M4 for qemu-devel@nongnu.org; Wed, 04 Feb 2009 10:21:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUjZN-0007I3-4L for qemu-devel@nongnu.org; Wed, 04 Feb 2009 10:21:42 -0500 Received: from [199.232.76.173] (port=48108 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUjZM-0007Hu-Og for qemu-devel@nongnu.org; Wed, 04 Feb 2009 10:21:40 -0500 Received: from pop-satin.atl.sa.earthlink.net ([207.69.195.63]:49748) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LUjZM-0005iT-Mh for qemu-devel@nongnu.org; Wed, 04 Feb 2009 10:21:40 -0500 Message-ID: <4989B280.8070803@earthlink.net> Date: Wed, 04 Feb 2009 10:21:36 -0500 From: Robert Reif MIME-Version: 1.0 Subject: Re: [Qemu-devel] QEMU SVN on Windows 2000 :-( References: <49876B4C.9090806@bttr-software.de> <498773B6.7060301@codemonkey.ws> <4987F7F1.2040104@redhat.com> <49883914.2030904@codemonkey.ws> <20090203132841.GB15613@redhat.com> <20090204122804.GA8111@shareable.org> In-Reply-To: <20090204122804.GA8111@shareable.org> Content-Type: text/plain; charset=ISO-8859-1; 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 Jamie Lokier wrote: > years later. Does Qemu run on Linux 2.4? > > QEMU runs on RedHat 9 which is 2.4.20 but only with this patch (otherwise it just hangs at startup): --- vl.c (revision 6510) +++ vl.c (working copy) @@ -1008,8 +1008,8 @@ static struct qemu_alarm_timer alarm_timers[] = { #ifndef _WIN32 #ifdef __linux__ - {"dynticks", ALARM_FLAG_DYNTICKS, dynticks_start_timer, - dynticks_stop_timer, dynticks_rearm_timer, NULL}, +// {"dynticks", ALARM_FLAG_DYNTICKS, dynticks_start_timer, +// dynticks_stop_timer, dynticks_rearm_timer, NULL}, /* HPET - if available - is preferred */ {"hpet", 0, hpet_start_timer, hpet_stop_timer, NULL, NULL}, /* ...otherwise try RTC */