Changeset 107227 in vbox for trunk/src/VBox/VMM/VMMR3/NEMR3.cpp
- Timestamp:
- Dec 4, 2024 3:20:14 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/NEMR3.cpp
r106951 r107227 103 103 "|VmxLbr" 104 104 #endif 105 #if defined(VBOX_VMM_TARGET_ARMV8)105 #ifdef VBOX_VMM_TARGET_ARMV8 106 106 "|VTimerInterrupt" 107 107 #endif … … 140 140 } 141 141 142 #if defined(VBOX_VMM_TARGET_ARMV8)142 #ifdef VBOX_VMM_TARGET_ARMV8 143 143 /** @cfgm{/NEM/VTimerInterrupt, uint32_t} 144 144 * Specifies the interrupt identifier for the VTimer. */ … … 182 182 if (pVM->bMainExecutionEngine == VM_EXEC_ENGINE_NATIVE_API) 183 183 { 184 #ifndef VBOX_VMM_TARGET_ARMV8 /* NEM is the only option on ARM for now, so calling it turtle and snail mode 185 * is a bit unfair as long as we don't have a native hypervisor to compare against :). */ 184 #ifndef VBOX_WITH_HWVIRT /* Don't complain if there are no other alternatives. */ 186 185 # ifdef RT_OS_WINDOWS /* The WHv* API is extremely slow at handling VM exits. The AppleHv and 187 186 KVM APIs are much faster, thus the different mode name. :-) */
Note:
See TracChangeset
for help on using the changeset viewer.