commit | 857e40999e35906baa367a79137019912cfb5434 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Mar 25 09:44:50 2011 +0100 |
committer | Avi Kivity <avi@redhat.com> | Wed May 11 07:57:05 2011 -0400 |
tree | eacae3e4ccffd38b3e6a55b9bc6afdc7ae2c5e9a | |
parent | 4051b18801f5b47bb0369feefdc80e57819d0ddf [diff] |
KVM: X86: Delegate tsc-offset calculation to architecture code With TSC scaling in SVM the tsc-offset needs to be calculated differently. This patch propagates this calculation into the architecture specific modules so that this complexity can be handled there. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>