Skip to content

Commit

Permalink
KVM: SVM: Add a missing 'break' statement
Browse files Browse the repository at this point in the history
Signed-off-by: Jan H. Schönherr <jschoenh@amazon.de>
Fixes: f651193 ("KVM: SVM: Add checks for IO instructions")
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
  • Loading branch information
Jan H. Schönherr authored and Radim Krčmář committed Sep 13, 2017
1 parent 98152b8 commit 49a8afc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/kvm/svm.c
Original file line number Diff line number Diff line change
Expand Up @@ -5302,6 +5302,7 @@ static int svm_check_intercept(struct kvm_vcpu *vcpu,
*/
if (info->rep_prefix != REPE_PREFIX)
goto out;
break;
case SVM_EXIT_IOIO: {
u64 exit_info;
u32 bytes;
Expand Down

0 comments on commit 49a8afc

Please sign in to comment.