aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/kvm/book3s_hv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/kvm/book3s_hv.c b/arch/powerpc/kvm/book3s_hv.c
index e63587d30b70..cd7e030087f8 100644
--- a/arch/powerpc/kvm/book3s_hv.c
+++ b/arch/powerpc/kvm/book3s_hv.c
@@ -769,6 +769,8 @@ static int kvmppc_handle_exit_hv(struct kvm_run *run, struct kvm_vcpu *vcpu,
769 vcpu->stat.ext_intr_exits++; 769 vcpu->stat.ext_intr_exits++;
770 r = RESUME_GUEST; 770 r = RESUME_GUEST;
771 break; 771 break;
772 /* HMI is hypervisor interrupt and host has handled it. Resume guest.*/
773 case BOOK3S_INTERRUPT_HMI:
772 case BOOK3S_INTERRUPT_PERFMON: 774 case BOOK3S_INTERRUPT_PERFMON:
773 r = RESUME_GUEST; 775 r = RESUME_GUEST;
774 break; 776 break;