qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] QEMU SVN on Windows 2000 :-(


From: David Coppa
Subject: Re: [Qemu-devel] QEMU SVN on Windows 2000 :-(
Date: Wed, 4 Feb 2009 16:40:40 +0100

dynticks was introduced in release 2.6.21.
Maybe a #ifdef around these lines is needed?

Best Regards
-david-

On Wed, Feb 4, 2009 at 4:21 PM, Robert Reif <address@hidden> wrote:
> 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 */
>
>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]