]> Pileus Git - ~andy/linux/blobdiff - arch/powerpc/kvm/timing.h
KVM: PPC: booke: category E.HV (GS-mode) support
[~andy/linux] / arch / powerpc / kvm / timing.h
index 8167d42a776f08d9e1b5315c7b0a5a338a6ac011..bf191e72b2d88ce3b0c66b7e39470bc033145a43 100644 (file)
@@ -93,6 +93,12 @@ static inline void kvmppc_account_exit_stat(struct kvm_vcpu *vcpu, int type)
        case SIGNAL_EXITS:
                vcpu->stat.signal_exits++;
                break;
+       case DBELL_EXITS:
+               vcpu->stat.dbell_exits++;
+               break;
+       case GDBELL_EXITS:
+               vcpu->stat.gdbell_exits++;
+               break;
        }
 }