diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2008-04-16 16:51:19 +0200 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-04-27 18:21:43 +0300 |
commit | aaf697e4e02bf6f7dd6105877bc58ebdbf612d66 (patch) | |
tree | 9ffe449b454b11cc5fe88c17cc406e3740794512 /arch/x86/kvm | |
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')
-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, } -/* FIXME: - - svm(vcpu)->vmcb->control.int_ctl &= ~V_TPR_MASK; - svm(vcpu)->vmcb->control.int_ctl |= (sregs->cr8 & V_TPR_MASK); - -*/ - static int svm_guest_debug(struct kvm_vcpu *vcpu, struct kvm_debug_guest *dbg) { return -EOPNOTSUPP; |