commit | 00d2f3707a63881a0cec8d00cbd467f9b2d8af41 | [log] [tgz] |
---|---|---|
author | Marc-André Lureau <marcandre.lureau@redhat.com> | Sun Jul 05 16:28:58 2015 +0200 |
committer | Michael Roth <mdroth@linux.vnet.ibm.com> | Tue Jul 07 20:14:35 2015 -0500 |
tree | fc9645a13d130b02fb78ae11160ff53384225600 | |
parent | d6c5528b0ce91667714b8c7dabaf4fbf8a898a9c [diff] |
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>