Index: /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 80594)
+++ /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 80595)
@@ -6373,5 +6373,7 @@
      * For nested-guests, the guests MSRs from the VM-entry MSR-load area are already
      * loaded (into the guest-CPU context) by the VMLAUNCH/VMRESUME instruction
-     * emulation, nothing to do here.
+     * emulation. The merged MSR permission bitmap will ensure that we get VM-exits
+     * for any MSR that are not part of the lazy MSRs so we do not need to place
+     * those MSRs into the auto-load/store MSR area. Nothing to do here.
      */
     if (ASMAtomicUoReadU64(&pVCpu->hm.s.fCtxChanged) & HM_CHANGED_VMX_GUEST_AUTO_MSRS)
