KVM: s390: add vcpu stat counters for many instruction
[linux-2.6-microblaze.git] / arch / s390 / kvm / diag.c
index 89aa114..45634b3 100644 (file)
@@ -257,6 +257,7 @@ int kvm_s390_handle_diag(struct kvm_vcpu *vcpu)
        case 0x500:
                return __diag_virtio_hypercall(vcpu);
        default:
+               vcpu->stat.diagnose_other++;
                return -EOPNOTSUPP;
        }
 }