commit | 4cc703100b1fd97c71804e2fa5c9c377c5b37dc5 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Tue Nov 30 18:04:01 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 12 11:30:17 2011 +0200 |
tree | 3fa1e619f50f44fb4e6ba27fc626c1ebbad1407b | |
parent | 8a05a1b8693371547bbb2d06f842595cebd16687 [diff] |
KVM: SVM: Use get_host_vmcb function in svm_get_msr for TSC This patch replaces the open-coded vmcb-selection for the TSC calculation with the new get_host_vmcb helper function introduced in this patchset. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>