History log of /kvmtool/include/kvm/rtc.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 20c39545 19-Dec-2011 Sasha Levin <levinsasha928@gmail.com>

kvm tools: Fixes for rtc module

Fixes include:
- Error handling
- Cleanup
- Standard init/uninit

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>


# 64136c1c 28-Apr-2011 Pekka Enberg <penberg@kernel.org>

kvm tools: Emulate RTC to fix system time in guests

This patch fixes system time in guests by implementing proper CMOS RTC clock
support.

# Before:

sh-2.05b# date
Fri Aug 7 04:02:01 UTC 200

kvm tools: Emulate RTC to fix system time in guests

This patch fixes system time in guests by implementing proper CMOS RTC clock
support.

# Before:

sh-2.05b# date
Fri Aug 7 04:02:01 UTC 2009

# After:

sh-2.05b# date
Thu Apr 28 19:12:21 UTC 2011

Cc: Asias He <asias.hejun@gmail.com>
Cc: Cyrill Gorcunov <gorcunov@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Prasad Joshi <prasadjoshi124@gmail.com>
Cc: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>

show more ...