|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] The default value used to control whether the guest is s
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 790f7a0be478992b6d17caf6f5699a2e9790f065
# Parent 0267063e050cbdb0408921c4acc68f09434bac65
The default value used to control whether the guest is set up with localtime
or utc in the RTC was wrong.
Signed-Off-By: Bruce Rogers <brogers@xxxxxxxxxx>
diff -r 0267063e050c -r 790f7a0be478 tools/ioemu/vl.c
--- a/tools/ioemu/vl.c Thu Apr 13 09:31:53 2006
+++ b/tools/ioemu/vl.c Thu Apr 13 09:33:46 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;
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] The default value used to control whether the guest is set up with localtime,
Xen patchbot -unstable <=
|
|
|
|
|