]> git.ipfire.org Git - thirdparty/qemu.git/commit
mc146818rtc: register the clock reset notifier on the right clock
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 8 Jul 2014 05:42:05 +0000 (07:42 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 6 Aug 2014 19:55:49 +0000 (14:55 -0500)
commitad0d18317513e40b8300d50871dc2d223d9a035f
tree28608511a1e292100618a75da62273129de78d34
parent210ec8f757f0945f0d47ecbaee43b87a7ba0c141
mc146818rtc: register the clock reset notifier on the right clock

Commit 884f17c (aio / timers: Convert rtc_clock to be a QEMUClockType,
2013-08-21) erroneously changed an occurrence of rtc_clock to
QEMU_CLOCK_REALTIME, which broke the RTC reset notifier in
mc146818rtc.  Fix this.

I redid the patch myself since the original reporter did not sign
off on his.

Cc: qemu-stable@nongnu.org
Reported-by: Lb peace <peaceustc@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 13c0cbaec5698f3984606e52bfcfb63ddfc29f00)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/timer/mc146818rtc.c