qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Zachary Amsden <zamsden@redhat.com>
To: QEMU Developers <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PATCH] Fix busted driftfix option
Date: Fri, 26 Mar 2010 10:21:55 -1000	[thread overview]
Message-ID: <4BAD1763.4040602@redhat.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 93 bytes --]

For some reason, this uses CONFIG_TARGET_I386 instead of TARGET_I386, so
the code is dead.



[-- Attachment #2: config-taget.patch --]
[-- Type: text/plain, Size: 408 bytes --]

CONFIG_TARGET_XXX is wrong

Signed-off-by: Zachary Amsden <zamsden@redhat.com>

diff --git a/vl.c b/vl.c
index 6e35cc6..9720619 100644
--- a/vl.c
+++ b/vl.c
@@ -1565,7 +1565,7 @@ static void configure_rtc(QemuOpts *opts)
             exit(1);
         }
     }
-#ifdef CONFIG_TARGET_I386
+#ifdef TARGET_I386
     value = qemu_opt_get(opts, "driftfix");
     if (value) {
         if (!strcmp(buf, "slew")) {

             reply	other threads:[~2010-03-25 20:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-26 20:21 Zachary Amsden [this message]
2010-03-27  9:14 ` [Qemu-devel] [PATCH] Fix busted driftfix option Blue Swirl
2010-03-30 18:43   ` Zachary Amsden
2010-03-29 18:48     ` Blue Swirl

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=4BAD1763.4040602@redhat.com \
    --to=zamsden@redhat.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).