* [HVM]{PATCH] Fix localtime handling for fully virtualized guests
@ 2006-04-06 0:26 Bruce Rogers
0 siblings, 0 replies; only message in thread
From: Bruce Rogers @ 2006-04-06 0:26 UTC (permalink / raw)
To: xen-devel
[-- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-04-06 0:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-06 0:26 [HVM]{PATCH] Fix localtime handling for fully virtualized guests Bruce Rogers
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.