qga: fail early for invalid time
commit00d2f3707a63881a0cec8d00cbd467f9b2d8af41
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Sun, 5 Jul 2015 14:28:58 +0000 (5 16:28 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 8 Jul 2015 01:14:35 +0000 (7 20:14 -0500)
treefc9645a13d130b02fb78ae11160ff53384225600
parentd6c5528b0ce91667714b8c7dabaf4fbf8a898a9c
qga: fail early for invalid time

It's possible to set system time with dates after 2070, however, it's
not possible to set the RTC. It has limitation to up to year
2070 (1970+100). In order to keep both clock in sync and before the
kernel complains on invalid values, bail out early.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qga/commands-posix.c