commit | e93353c93a3ba4215633ce930784f40a4e94e3f9 | [log] [tgz] |
---|---|---|
author | Eduardo Habkost <ehabkost@redhat.com> | Fri Dec 05 18:36:45 2008 -0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Dec 31 16:55:44 2008 +0200 |
tree | adb847a71fa51c70b968573d4d5de58d27ca1f9a | |
parent | ad218f85e388e8ca816ff09d91c246cd014c53a8 [diff] |
x86: KVM guest: kvm_get_tsc_khz: return khz, not lpj kvm_get_tsc_khz() currently returns the previously-calculated preset_lpj value, but it is in loops-per-jiffy, not kHz. The current code works correctly only when HZ=1000. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>