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

Commit 960cb306 authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Paolo Bonzini
Browse files

KVM: S390: Fix typo

parent edce2292
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -465,7 +465,7 @@ static void filter_guest_per_event(struct kvm_vcpu *vcpu)
		guest_perc &= ~PER_EVENT_IFETCH;
		guest_perc &= ~PER_EVENT_IFETCH;


	/* All other PER events will be given to the guest */
	/* All other PER events will be given to the guest */
	/* TODO: Check alterated address/address space */
	/* TODO: Check altered address/address space */


	vcpu->arch.sie_block->perc = guest_perc >> 24;
	vcpu->arch.sie_block->perc = guest_perc >> 24;