VirtualBox

Ignore:
Timestamp:
Dec 4, 2024 3:20:14 PM (6 weeks ago)
Author:
vboxsync
Message:

VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/NEMR3.cpp

    r106951 r107227  
    103103                                  "|VmxLbr"
    104104#endif
    105 #if defined(VBOX_VMM_TARGET_ARMV8)
     105#ifdef VBOX_VMM_TARGET_ARMV8
    106106                                  "|VTimerInterrupt"
    107107#endif
     
    140140    }
    141141
    142 #if defined(VBOX_VMM_TARGET_ARMV8)
     142#ifdef VBOX_VMM_TARGET_ARMV8
    143143    /** @cfgm{/NEM/VTimerInterrupt, uint32_t}
    144144     * Specifies the interrupt identifier for the VTimer. */
     
    182182            if (pVM->bMainExecutionEngine == VM_EXEC_ENGINE_NATIVE_API)
    183183            {
    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. */
    186185# ifdef RT_OS_WINDOWS /* The WHv* API is extremely slow at handling VM exits. The AppleHv and
    187186                         KVM APIs are much faster, thus the different mode name. :-) */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette