VirtualBox

Ignore:
Timestamp:
Oct 27, 2023 12:37:51 PM (15 months ago)
Author:
vboxsync
Message:

Devices: Don't (ab)use VBOX_VMM_TARGET_ARMV8 for defining whether the Armv8 bits are compiled in. Use VBOX_WITH_VIRT_ARMV8 as VBoxDD is combined for x86 and arm and doesn't has a dedicated binary like VBoxVMMArm has, bugref:10385

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/build/VBoxDD.cpp

    r101479 r101616  
    248248        return rc;
    249249#endif
    250 #ifdef VBOX_VMM_TARGET_ARMV8
     250#ifdef VBOX_WITH_VIRT_ARMV8
    251251    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceEfiArmV8);
    252252    if (RT_FAILURE(rc))
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