qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Blue Swirl" <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Time drift again.
Date: Tue, 16 Dec 2008 17:36:19 +0200	[thread overview]
Message-ID: <f43fc5580812160736gada0942l861490b10dd64cc6@mail.gmail.com> (raw)
In-Reply-To: <20081216150211.GH13794@redhat.com>

On 12/16/08, Gleb Natapov <gleb@redhat.com> wrote:
>   #ifdef TARGET_I386
>   int win2k_install_hack = 0;
>   #endif
>  +int rtc_td_hack = 0;

>   #ifdef TARGET_I386
>             "-win2k-hack     use it when installing Windows 2000 to avoid a disk full bug\n"
>   #endif
>  +           "-rtc-td-hack    use it to fix time drift in Windows ACPI HAL\n"

>      QEMU_OPTION_win2k_hack,
>  +    QEMU_OPTION_rtc_td_hack,

>      { "win2k-hack", 0, QEMU_OPTION_win2k_hack },
>  +    { "rtc-td-hack", 0, QEMU_OPTION_rtc_td_hack },

>                  win2k_install_hack = 1;
>                  break;
>   #endif
>  +            case QEMU_OPTION_rtc_td_hack:
>  +                rtc_td_hack = 1;
>  +                break;
>   #ifdef USE_KQEMU

Like win2k-hack, the code and variable definitions should be
conditional to TARGET_I386, just by moving the #endif a few lines.

  reply	other threads:[~2008-12-16 15:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-16 12:25 [Qemu-devel] [PATCH] Time drift again Gleb Natapov
2008-12-16 12:33 ` Paul Brook
2008-12-16 12:38   ` Gleb Natapov
2008-12-16 15:02     ` Gleb Natapov
2008-12-16 15:36       ` Blue Swirl [this message]
2008-12-16 14:56 ` Anthony Liguori
2008-12-17 10:25   ` Gleb Natapov

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=f43fc5580812160736gada0942l861490b10dd64cc6@mail.gmail.com \
    --to=blauwirbel@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).