diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2008-04-16 10:51:19 -0400 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-04-27 11:21:43 -0400 |
commit | aaf697e4e02bf6f7dd6105877bc58ebdbf612d66 (patch) | |
tree | 9ffe449b454b11cc5fe88c17cc406e3740794512 /arch/x86/kvm/svm.c | |
parent | aaacfc9ae225e88695e610a35627d2256dc08633 (diff) |
KVM: SVM: remove now obsolete FIXME comment
With the usage of the V_TPR field this comment is now obsolete.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'arch/x86/kvm/svm.c')
-rw-r--r-- | arch/x86/kvm/svm.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c index 61bb2cb51215..d643605c5aeb 100644 --- a/arch/x86/kvm/svm.c +++ b/arch/x86/kvm/svm.c | |||
@@ -916,13 +916,6 @@ static void svm_set_segment(struct kvm_vcpu *vcpu, | |||
916 | 916 | ||
917 | } | 917 | } |
918 | 918 | ||
919 | /* FIXME: | ||
920 | |||
921 | svm(vcpu)->vmcb->control.int_ctl &= ~V_TPR_MASK; | ||
922 | svm(vcpu)->vmcb->control.int_ctl |= (sregs->cr8 & V_TPR_MASK); | ||
923 | |||
924 | */ | ||
925 | |||
926 | static int svm_guest_debug(struct kvm_vcpu *vcpu, struct kvm_debug_guest *dbg) | 919 | static int svm_guest_debug(struct kvm_vcpu *vcpu, struct kvm_debug_guest *dbg) |
927 | { | 920 | { |
928 | return -EOPNOTSUPP; | 921 | return -EOPNOTSUPP; |