All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Rogers" <brogers@novell.com>
To: xen-devel@lists.xensource.com
Subject: [HVM]{PATCH] Fix localtime handling for fully virtualized guests
Date: Wed, 05 Apr 2006 20:26:53 -0400	[thread overview]
Message-ID: <44340BED.5C6B.0048.1@novell.com> (raw)

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

Default value was wrong, causing the fully virtualized guests to always get localtime.

Signed-off-by: Bruce Rogers <brogers@novell.com



[-- Attachment #2: hvm-localtime-fix.patch --]
[-- Type: text/plain, Size: 337 bytes --]

diff -r e1152d55ea31 tools/ioemu/vl.c
--- a/tools/ioemu/vl.c	Wed Apr  5 16:41:51 2006
+++ b/tools/ioemu/vl.c	Wed Apr  5 18:20:28 2006
@@ -138,7 +138,7 @@
 int gus_enabled = 1;
 int pci_enabled = 1;
 int prep_enabled = 0;
-int rtc_utc = 0;
+int rtc_utc = 1;
 int cirrus_vga_enabled = 1;
 int vga_accelerate = 1;
 int graphic_width = 800;

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

                 reply	other threads:[~2006-04-06  0:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=44340BED.5C6B.0048.1@novell.com \
    --to=brogers@novell.com \
    --cc=xen-devel@lists.xensource.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.