Skip to content

Commit

Permalink
KVM: S390: Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Gelmini <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
Gelma authored and bonzini committed Jun 14, 2016
1 parent edce229 commit 960cb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/s390/kvm/guestdbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 960cb30

Please sign in to comment.