Index: /trunk/src/VBox/VMM/VMMR3/HM.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/HM.cpp	(revision 79623)
+++ /trunk/src/VBox/VMM/VMMR3/HM.cpp	(revision 79624)
@@ -813,4 +813,5 @@
         HM_REG_COUNTER(&pVCpu->hm.s.StatInjectPendingReflect,   "/HM/CPU%d/EventInject/PendingReflect", "Reflecting an exception (or #DF) caused due to event injection.");
         HM_REG_COUNTER(&pVCpu->hm.s.StatInjectPendingInterpret, "/HM/CPU%d/EventInject/PendingInterpret", "Falling to interpreter for handling exception caused due to event injection.");
+        HM_REG_COUNTER(&pVCpu->hm.s.StatInjectPendingNPF,       "/HM/CPU%d/EventInject/PendingNPF", "Reflecting an event that caused an EPT violation / Nested #PF.");
 
         HM_REG_COUNTER(&pVCpu->hm.s.StatFlushPage,              "/HM/CPU%d/Flush/Page", "Invalidating a guest page on all guest CPUs.");
Index: /trunk/src/VBox/VMM/include/HMInternal.h
===================================================================
--- /trunk/src/VBox/VMM/include/HMInternal.h	(revision 79623)
+++ /trunk/src/VBox/VMM/include/HMInternal.h	(revision 79624)
@@ -1123,4 +1123,5 @@
     STAMCOUNTER             StatInjectPendingReflect;
     STAMCOUNTER             StatInjectPendingInterpret;
+    STAMCOUNTER             StatInjectPendingNPF;
 
     STAMCOUNTER             StatExitAll;
