Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aaf697e4 authored by Joerg Roedel's avatar Joerg Roedel Committed by Avi Kivity
Browse files

KVM: SVM: remove now obsolete FIXME comment



With the usage of the V_TPR field this comment is now obsolete.

Signed-off-by: default avatarJoerg Roedel <joerg.roedel@amd.com>
Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent aaacfc9a
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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;