commit | 4051b18801f5b47bb0369feefdc80e57819d0ddf | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Mar 25 09:44:49 2011 +0100 |
committer | Avi Kivity <avi@redhat.com> | Wed May 11 07:57:05 2011 -0400 |
tree | ac0b50efc768bbf7bfe42fcd70e9d97bf46185b9 | |
parent | 8f6055cbaf68cbd9ff2692a2cfa691b43629ccd4 [diff] |
KVM: X86: Implement call-back to propagate virtual_tsc_khz This patch implements a call-back into the architecture code to allow the propagation of changes to the virtual tsc_khz of the vcpu. On SVM it updates the tsc_ratio variable, on VMX it does nothing. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>