KVM: fix kvmclock regression due to missing clock update
authorNikola Ciprich <extmaillist@linuxbox.cz>
Wed, 9 Mar 2011 22:36:51 +0000 (23:36 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Thu, 17 Mar 2011 16:08:33 +0000 (13:08 -0300)
commit1aa8ceef0312a6aae7dd863a120a55f1637b361d
treef2041ac82b23e7372bc9e7843c0cf26d8d672018
parent399a40c92d744feebf89b1f07208407c26e0aaf5
KVM: fix kvmclock regression due to missing clock update

commit 387b9f97750444728962b236987fbe8ee8cc4f8c moved kvm_request_guest_time_update(vcpu),
breaking 32bit SMP guests using kvm-clock. Fix this by moving (new) clock update function
to proper place.

Signed-off-by: Nikola Ciprich <nikola.ciprich@linuxbox.cz>
Acked-by: Zachary Amsden <zamsden@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/x86.c