diff options
| author | Mark Brown <broonie@kernel.org> | 2015-10-05 16:17:08 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2015-10-05 16:17:08 +0100 |
| commit | c2f4160b77f1e12b2c05f2253575617faf0c69d0 (patch) | |
| tree | a04ab897d2bc2a756d8ef780684538bb993ff4ab /arch/x86/kvm/x86.c | |
| parent | 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff) | |
| parent | 7e50711993552800644a4667daa0f569a7665eca (diff) | |
| download | talos-op-linux-c2f4160b77f1e12b2c05f2253575617faf0c69d0.tar.gz talos-op-linux-c2f4160b77f1e12b2c05f2253575617faf0c69d0.zip | |
Merge tag 'ib-mfd-regulator-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into regulator-tps6105x
Immutable branch between MFD and Regulator due for v4.3
Diffstat (limited to 'arch/x86/kvm/x86.c')
| -rw-r--r-- | arch/x86/kvm/x86.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index a60bdbccff51..6bbb0dfb99d0 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -149,6 +149,7 @@ struct kvm_stats_debugfs_item debugfs_entries[] = { { "nmi_window", VCPU_STAT(nmi_window_exits) }, { "halt_exits", VCPU_STAT(halt_exits) }, { "halt_successful_poll", VCPU_STAT(halt_successful_poll) }, + { "halt_attempted_poll", VCPU_STAT(halt_attempted_poll) }, { "halt_wakeup", VCPU_STAT(halt_wakeup) }, { "hypercalls", VCPU_STAT(hypercalls) }, { "request_irq", VCPU_STAT(request_irq_exits) }, |

