Fix RTC initial date computation
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 4 Dec 2008 21:34:52 +0000 (21:34 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 4 Dec 2008 21:34:52 +0000 (21:34 +0000)
commit0cd2df75a2d7223b567c0eaa2547ce6c7d6a83f7
treeec1ea752936674862f150022b0c23eba9cc451f0
parentbb6834cfae238e342da966557d7d24423efe18ab
Fix RTC initial date computation

qemu_get_clock() returns a structure containing the time the user wants
to be set (either UTC time, a local time, or a given date). Use mktimegm()
instead of mktime() to convert it into POSIX time without taking the host
timezone into account.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5878 c046a42c-6fe2-441c-8c8c-71466251a162
hw/omap1.c
hw/pl031.c
hw/pxa2xx.c