Functions | |
kvmStatus | kvmDeviceGetRTC (kvmHandle h, uint32 *t) |
kvmStatus | kvmDeviceSetRTC (kvmHandle h, uint32 t) |
Get date and time from the RTC chip. The time is returned in standard unix time (number of seconds since 1970-01-01T00:00:00+00:00). Only for device handles.
[in] | h | An open kvmHandle. |
[out] | t | Time in Unix time. |
Set date and time in the RTC. The time is returned in standard Unix time (number of seconds since 1970-01-01T00:00:00+00:00). Only for device handles.
[in] | h | An open kvmHandle. |
[in] | t | Time in Unix time. |