public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] KVM: SVM: Add a missing 'break' statement
@ 2017-09-05 21:58 Jan H. Schönherr
  2017-09-13 14:48 ` Radim Krčmář
  0 siblings, 1 reply; 2+ messages in thread
From: Jan H. Schönherr @ 2017-09-05 21:58 UTC (permalink / raw)
  To: Joerg Roedel
  Cc: Jan H. Schönherr, Paolo Bonzini, Radim Krčmář,
	kvm

Signed-off-by: Jan H. Schönherr <jschoenh@amazon.de>
---
 arch/x86/kvm/svm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c
index af256b7..04e5cc4 100644
--- a/arch/x86/kvm/svm.c
+++ b/arch/x86/kvm/svm.c
@@ -5278,6 +5278,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;
-- 
2.10.0.1.g70cd14e

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] KVM: SVM: Add a missing 'break' statement
  2017-09-05 21:58 [PATCH] KVM: SVM: Add a missing 'break' statement Jan H. Schönherr
@ 2017-09-13 14:48 ` Radim Krčmář
  0 siblings, 0 replies; 2+ messages in thread
From: Radim Krčmář @ 2017-09-13 14:48 UTC (permalink / raw)
  To: Jan H. Schönherr; +Cc: Joerg Roedel, Paolo Bonzini, kvm

2017-09-05 23:58+0200, Jan H. Schönherr:
> Signed-off-by: Jan H. Schönherr <jschoenh@amazon.de>
> ---

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-13 14:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-05 21:58 [PATCH] KVM: SVM: Add a missing 'break' statement Jan H. Schönherr
2017-09-13 14:48 ` Radim Krčmář

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox