From 36826d0e8f2dc5df2c17cf90e0bbe65f659149be Mon Sep 17 00:00:00 2001 From: vboxsync Date: Wed, 10 May 2023 17:48:08 +0000 Subject: 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 --- src/VBox/VMM/VMMAll/GICAll.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- cgit v1.2.1