qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: David Coppa <dcoppa@gmail.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] QEMU SVN on Windows 2000 :-(
Date: Wed, 4 Feb 2009 16:40:40 +0100	[thread overview]
Message-ID: <a6e8c9420902040740i5a4729e4y87c7919ec457f21d@mail.gmail.com> (raw)
In-Reply-To: <4989B280.8070803@earthlink.net>

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 <reif@earthlink.net> 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	other threads:[~2009-02-04 15:46 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-02 21:53 [Qemu-devel] QEMU SVN on Windows 2000 :-( Robert Riebisch
2009-02-02 22:29 ` Anthony Liguori
2009-02-03  7:53   ` Avi Kivity
2009-02-03 12:31     ` Anthony Liguori
2009-02-03 13:28       ` Daniel P. Berrange
2009-02-03 14:59         ` Anthony Liguori
2009-02-03 16:36           ` David Turner
2009-02-03 21:27             ` Robert Riebisch
2009-02-12 13:57               ` David Turner
2009-02-04 12:28         ` Jamie Lokier
2009-02-04 15:21           ` Robert Reif
2009-02-04 15:40             ` David Coppa [this message]
2009-02-04 15:58               ` Paul Brook
2009-02-04 20:11             ` Jamie Lokier
2009-02-04 21:00             ` Luca Tettamanti
2009-02-03 13:59       ` Avi Kivity

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a6e8c9420902040740i5a4729e4y87c7919ec457f21d@mail.gmail.com \
    --to=dcoppa@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).