direct-io.hg
changeset 9627:790f7a0be478
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@novell.com>
or utc in the RTC was wrong.
Signed-Off-By: Bruce Rogers <brogers@novell.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Thu Apr 13 10:33:46 2006 +0100 (2006-04-13) |
parents | 0267063e050c |
children | 898b5427701c |
files | tools/ioemu/vl.c |
line diff
1.1 --- a/tools/ioemu/vl.c Thu Apr 13 10:31:53 2006 +0100 1.2 +++ b/tools/ioemu/vl.c Thu Apr 13 10:33:46 2006 +0100 1.3 @@ -138,7 +138,7 @@ int adlib_enabled = 1; 1.4 int gus_enabled = 1; 1.5 int pci_enabled = 1; 1.6 int prep_enabled = 0; 1.7 -int rtc_utc = 0; 1.8 +int rtc_utc = 1; 1.9 int cirrus_vga_enabled = 1; 1.10 int vga_accelerate = 1; 1.11 int graphic_width = 800;