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 dddf550

Browse files
VMM: The APIC is also x86 specific.
svn:sync-xref-src-repo-rev: r171290
1 parent d0fedb8 commit dddf550

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎src/VBox/Devices/testcase/tstDeviceStructSize.cpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: tstDeviceStructSize.cpp 110684 2025-08-11 17:18:47Z klaus.espenlaub@oracle.com $ */
1+
/* $Id: tstDeviceStructSize.cpp 111698 2025-11-13 13:43:25Z knut.osmundsen@oracle.com $ */
22
/** @file
33
* tstDeviceStructSize - testcase for check structure sizes/alignment
44
* and to verify that HC and RC uses the same
@@ -83,7 +83,7 @@
8383
#undef LOG_GROUP
8484
#include "../PC/DevRTC.cpp"
8585
# undef LOG_GROUP
86-
# include "../../VMM/VMMR3/APIC.cpp"
86+
# include "../../VMM/VMMR3/target-x86/APICR3-x86.cpp"
8787
#undef LOG_GROUP
8888
#include "../PC/DevIoApic.cpp"
8989
#undef LOG_GROUP

‎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 111696 2025年11月13日 13:39:50Z knut.osmundsen@oracle.com $
1+
# $Id: Makefile.kmk 111698 2025年11月13日 13:43:25Z knut.osmundsen@oracle.com $
22
## @file
33
# Top-level makefile for the VMM.
44
#
@@ -109,7 +109,7 @@ endif
109109
VBoxVMM_SOURCES = \
110110
VBoxVMM.d \
111111
VMMR3/VMMR3VTable.cpp \
112-
VMMR3/APICR3.cpp \
112+
VMMR3/target-x86/APICR3-x86.cpp \
113113
VMMR3/CFGMR3.cpp \
114114
VMMR3/CPUMR3.cpp \
115115
VMMR3/target-x86/CPUMR3-x86.cpp \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: APICR3.cpp 111695 2025年11月13日 13:31:17Z knut.osmundsen@oracle.com $ */
1+
/* $Id: APICR3-x86.cpp 111698 2025年11月13日 13:43:25Z knut.osmundsen@oracle.com $ */
22
/** @file
33
* APIC - Advanced Programmable Interrupt Controller.
44
*/

0 commit comments

Comments
(0)

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