Index: /trunk/include/VBox/err.h
===================================================================
--- /trunk/include/VBox/err.h	(revision 73603)
+++ /trunk/include/VBox/err.h	(revision 73604)
@@ -2098,4 +2098,6 @@
 /** Failed to enable VMXON-in-SMX bit while enabling VT-x through the MSR. */
 #define VERR_VMX_MSR_SMX_VMX_ENABLE_FAILED          (-4032)
+/** An operation caused a nested-guest VM-exit. */
+#define VINF_VMX_VMEXIT                             4031
 /** @} */
 
@@ -2187,4 +2189,6 @@
  *  nested-guest execution mode. */
 #define VINF_HM_INTERCEPT_NOT_ACTIVE                4118
+/** Pending exception; continue guest execution. */
+#define VINF_HM_PENDING_XCPT                        4119
 /** @} */
 
