summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-10 17:48:08 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-10 17:48:08 +0000
commit36826d0e8f2dc5df2c17cf90e0bbe65f659149be (patch)
tree171bbcbf69e2304729440cef7c633a1aa2f9c55b
parent634d78fd665a9014cba5b528032c8a5d80e05a78 (diff)
downloadVirtualBox-svn-36826d0e8f2dc5df2c17cf90e0bbe65f659149be.tar.gz
VMM/GIC: Updates to the implementation, implement forwarding of SGIs and PPIs, bugref:10404 [doxygen]
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99737 cfe28804-0f27-0410-a406-dd0f0b0b656f
-rw-r--r--src/VBox/VMM/VMMAll/GICAll.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/VBox/VMM/VMMAll/GICAll.cpp b/src/VBox/VMM/VMMAll/GICAll.cpp
index a71193e2818..b47fb1ed05a 100644
--- a/src/VBox/VMM/VMMAll/GICAll.cpp
+++ b/src/VBox/VMM/VMMAll/GICAll.cpp
@@ -55,7 +55,8 @@
* Sets the interrupt pending force-flag and pokes the EMT if required.
*
* @param pVCpu The cross context virtual CPU structure.
- * @param enmType The IRQ type.
+ * @param fIrq Flag whether to assert the IRQ line or leave it alone.
+ * @param fFiq Flag whether to assert the FIQ line or leave it alone.
*/
static void gicSetInterruptFF(PVMCPUCC pVCpu, bool fIrq, bool fFiq)
{