]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/mips/kvm/mips.c
kvm: add halt_poll_ns module parameter
[karo-tx-linux.git] / arch / mips / kvm / mips.c
index e97b907840311d2bffa258443e2d72483605ac61..c9eccf5df912037e2b71bbb4a7dddd2a1d2d866e 100644 (file)
@@ -49,6 +49,7 @@ struct kvm_stats_debugfs_item debugfs_entries[] = {
        { "resvd_inst",   VCPU_STAT(resvd_inst_exits),   KVM_STAT_VCPU },
        { "break_inst",   VCPU_STAT(break_inst_exits),   KVM_STAT_VCPU },
        { "flush_dcache", VCPU_STAT(flush_dcache_exits), KVM_STAT_VCPU },
+       { "halt_successful_poll", VCPU_STAT(halt_successful_poll), KVM_STAT_VCPU },
        { "halt_wakeup",  VCPU_STAT(halt_wakeup),        KVM_STAT_VCPU },
        {NULL}
 };