Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8df2ea7

Browse files
committed
VMM: Move arm-specific GIC ITS code to target-armv8 directory.
svn:sync-xref-src-repo-rev: r171427
1 parent 5203e2e commit 8df2ea7

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

‎src/VBox/VMM/Makefile.kmk‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: Makefile.kmk 111714 2025-11-13 15:31:19Z knut.osmundsen@oracle.com $
1+
# $Id: Makefile.kmk 111773 2025-11-18 05:19:26Z ramshankar.venkataraman@oracle.com $
22
## @file
33
# Top-level makefile for the VMM.
44
#
@@ -553,7 +553,7 @@ ifdef VBOX_WITH_VIRT_ARMV8
553553
VMMAll/PGMAllPhys.cpp \
554554
VMMAll/EMAll.cpp \
555555
VMMAll/target-armv8/GICAll-armv8.cpp \
556-
VMMAll/GITSAll.cpp \
556+
VMMAll/target-armv8/GITSAll-armv8.cpp \
557557
VMMAll/GIMAll.cpp \
558558
VMMAll/PMUAll.cpp \
559559
VMMAll/TMAll.cpp \

‎src/VBox/VMM/VMMAll/target-armv8/GICAll-armv8.cpp‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: GICAll-armv8.cpp 111707 2025-11-13 14:58:37Z knut.osmundsen@oracle.com $ */
1+
/* $Id: GICAll-armv8.cpp 111773 2025-11-18 05:19:26Z ramshankar.venkataraman@oracle.com $ */
22
/** @file
33
* GIC - Generic Interrupt Controller Architecture (GIC) - All Contexts.
44
*/
@@ -46,7 +46,8 @@
4646
* presence is optional. It provides MSI support along with routing interrupt
4747
* sources to specific PEs. The ITS is only accessible via its memory mapped I/O
4848
* region. When the MMIO handle for the its region is NIL_IOMMMIOHANDLE it's
49-
* considered to be disabled for the VM. Most of the ITS code lives in GITSAll.cpp.
49+
* considered to be disabled for the VM. Most of the ITS code lives in
50+
* GITSAll-armv8.cpp.
5051
*
5152
* This implementation only targets GICv3. This implementation does not support
5253
* dual security states, nor does it support exception levels (EL2, EL3). Earlier

‎src/VBox/VMM/VMMAll/GITSAll.cpp‎ renamed to ‎src/VBox/VMM/VMMAll/target-armv8/GITSAll-armv8.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: GITSAll.cpp 110334 2025-07-21 09:47:48Z ramshankar.venkataraman@oracle.com $ */
1+
/* $Id: GITSAll-armv8.cpp 111773 2025-11-18 05:19:26Z ramshankar.venkataraman@oracle.com $ */
22
/** @file
33
* GITS - GIC Interrupt Translation Service (ITS) - All Contexts.
44
*/

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /