Re: [Qemu-devel] [PATCH] qga: fail early for invalid time

2015-07-06 Thread Michael Roth
Quoting Marc-André Lureau (2015-07-05 09:28:58) > 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

[Qemu-devel] [PATCH] qga: fail early for invalid time

2015-07-05 Thread Marc-André Lureau
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 --- qga/comm