VirtualBox

Changeset 101155 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 18, 2023 3:26:23 PM (16 months ago)
Author:
vboxsync
Message:

FE/Qt: Added some quick'n dirty fixes to make it run on ARM w/ the right platform properties. Needs to be fixed properly by the UI guys. bugref:10510

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp

    r101035 r101155  
    26962696
    26972697        /* Enumerate all the virtual network adapters: */
    2698         CPlatformProperties comProperties = uiCommon().virtualBox().GetPlatformProperties(KPlatformArchitecture_x86);
    2699         CPlatform comPlatform = machine().GetPlatform();
     2698        CPlatform comPlatform             = machine().GetPlatform();
     2699        CPlatformProperties comProperties = uiCommon().virtualBox().GetPlatformProperties(comPlatform.GetArchitecture());
    27002700        const ulong cCount = comProperties.GetMaxNetworkAdapters(comPlatform.GetChipsetType());
    27012701        for (ulong uAdapterIndex = 0; uAdapterIndex < cCount; ++uAdapterIndex)
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