]> git.proxmox.com Git - mirror_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)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 2 Oct 2017 12:39:51 +0000 (14:39 +0200)
commit346b1215b1e9f7cc6d8fe9fb6f3c2778b890afb6
tree0c8938a3a8c433654f6c06ed75f219b3d55b4db9
parent11748ba72ea4fc03e975aa5f5d876b5b0902e356
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>
hw/i386/kvm/clock.c