]> xenbits.xensource.com Git - xen.git/commitdiff
The default value used to control whether the guest is set up with localtime
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 13 Apr 2006 09:33:46 +0000 (10:33 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 13 Apr 2006 09:33:46 +0000 (10:33 +0100)
or utc in the RTC was wrong.

Signed-Off-By: Bruce Rogers <brogers@novell.com>
tools/ioemu/vl.c

index d4f305f178c9e56878c1b657dee138069a10c77b..9e8b8ec3512898ba0672a82a63590804776e3d52 100644 (file)
@@ -138,7 +138,7 @@ int adlib_enabled = 1;
 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;