KVM: S390: Fix typo

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Andrea Gelmini 2016-05-21 14:08:55 +02:00 committed by Paolo Bonzini
parent edce2292c1
commit 960cb306e6

View file

@ -465,7 +465,7 @@ static void filter_guest_per_event(struct kvm_vcpu *vcpu)
guest_perc &= ~PER_EVENT_IFETCH;
/* 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;