]> git.ipfire.org Git - thirdparty/qemu.git/commit
kvmclock: use the updated system_timer_msr
authorJim Somerville <Jim.Somerville@windriver.com>
Fri, 29 Sep 2017 16:00:19 +0000 (12:00 -0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 5 Dec 2017 02:42:20 +0000 (20:42 -0600)
commit26914ce48d9a67d49b88c54c78cb5bee461b958b
tree604377d4ca445b8cf34ed47764c279b15875fc9e
parent49958d37e7fcacb71512c781d21de2bb69e1c16b
kvmclock: use the updated system_timer_msr

Fixes e2b6c17 (kvmclock: update system_time_msr address forcibly)
which makes a call to get the latest value of the address
stored in system_timer_msr, but then uses the old address anyway.

Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com>
Message-Id: <59b67db0bd15a46ab47c3aa657c81a4c11f168ea.1506702472.git.Jim.Somerville@windriver.com>
Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 346b1215b1e9f7cc6d8fe9fb6f3c2778b890afb6)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/i386/kvm/clock.c