summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-10 13:40:10 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-10 13:40:10 +0000
commit1e65f095bcbb6529d6abc00a3025cf03c83d09a0 (patch)
tree50c84589dd5e2e902fcc9bbc7b6c2f091fe7e765
parentfe022938533c1ead723210bb1bc97a26eb926185 (diff)
downloadVirtualBox-svn-1e65f095bcbb6529d6abc00a3025cf03c83d09a0.tar.gz
VMM/EM: Nested VMX: bugref:10318 Comment nit.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99724 cfe28804-0f27-0410-a406-dd0f0b0b656f
-rw-r--r--src/VBox/VMM/VMMR3/EM.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/VBox/VMM/VMMR3/EM.cpp b/src/VBox/VMM/VMMR3/EM.cpp
index 70b5798826e..f54c5e79934 100644
--- a/src/VBox/VMM/VMMR3/EM.cpp
+++ b/src/VBox/VMM/VMMR3/EM.cpp
@@ -1831,7 +1831,6 @@ int emR3ForcedActions(PVM pVM, PVMCPU pVCpu, int rc)
*
* Interrupt shadows block NMI-window VM-exits.
* Any event that is already in TRPM (e.g. injected during VM-entry) takes priority.
- * NMIs block delivery of other interrupts including NMIs.
*
* See Intel spec. 25.2 "Other Causes Of VM Exits".
* See Intel spec. 26.7.6 "NMI-Window Exiting".