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 8354173

Browse files
VMM: Moved SELMR3.cpp to target-x86 and PMUR3.cpp to target-armv8.
svn:sync-xref-src-repo-rev: r171288
1 parent b1ca803 commit 8354173

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/VBox/VMM/Makefile.kmk‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: Makefile.kmk 111695 2025年11月13日 13:31:17Z knut.osmundsen@oracle.com $
1+
# $Id: Makefile.kmk 111696 2025年11月13日 13:39:50Z knut.osmundsen@oracle.com $
22
## @file
33
# Top-level makefile for the VMM.
44
#
@@ -177,7 +177,7 @@ VBoxVMM_SOURCES = \
177177
VMMR3/PGMR3Phys.cpp \
178178
VMMR3/PGMR3SavedState.cpp \
179179
VMMR3/PGMR3SharedPage.cpp \
180-
VMMR3/SELMR3.cpp \
180+
VMMR3/target-x86/SELMR3-x86.cpp \
181181
VMMR3/SSMR3.cpp \
182182
VMMR3/STAMR3.cpp \
183183
VMMR3/TMR3.cpp \
@@ -519,7 +519,7 @@ ifdef VBOX_WITH_VIRT_ARMV8
519519
VMMR3/PGMR3Phys.cpp \
520520
VMMR3/PGMR3SavedState.cpp \
521521
VMMR3/PGMR3SharedPage.cpp \
522-
VMMR3/PMUR3.cpp \
522+
VMMR3/target-armv8/PMUR3-armv8.cpp \
523523
VMMR3/SSMR3.cpp \
524524
VMMR3/STAMR3.cpp \
525525
VMMR3/TMR3.cpp \

‎src/VBox/VMM/VMMR3/SELMR3.cpp‎ renamed to ‎src/VBox/VMM/VMMR3/target-x86/SELMR3-x86.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: SELMR3.cpp 111695 2025年11月13日 13:31:17Z knut.osmundsen@oracle.com $ */
1+
/* $Id: SELMR3-x86.cpp 111696 2025年11月13日 13:39:50Z knut.osmundsen@oracle.com $ */
22
/** @file
33
* SELM - The Selector Manager.
44
*/

0 commit comments

Comments
(0)

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