VirtualBox

Changeset 101043 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Sep 7, 2023 10:16:04 AM (17 months ago)
Author:
vboxsync
Message:

Initial commit (based draft v2 / on patch v5) for implementing platform architecture support for x86 and ARM: More SCM fixes. bugref:10384

Location:
trunk/src/VBox/Main
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/PlatformARMImpl.h

    r101035 r101043  
    2626 */
    2727
    28 #ifndef MAIN_INCLUDED_PlatformARM_h
    29 #define MAIN_INCLUDED_PlatformARM_h
     28#ifndef MAIN_INCLUDED_PlatformARMImpl_h
     29#define MAIN_INCLUDED_PlatformARMImpl_h
    3030#ifndef RT_WITHOUT_PRAGMA_ONCE
    3131# pragma once
     
    6969    HRESULT i_applyDefaults(GuestOSType *aOsType);
    7070};
    71 #endif /* !MAIN_INCLUDED_PlatformARM_h */
     71#endif /* !MAIN_INCLUDED_PlatformARMImpl_h */
    7272
  • trunk/src/VBox/Main/include/PlatformPropertiesImpl.h

    r101035 r101043  
    2626 */
    2727
    28 #ifndef MAIN_INCLUDED_PlatformProperties_h
    29 #define MAIN_INCLUDED_PlatformProperties_h
     28#ifndef MAIN_INCLUDED_PlatformPropertiesImpl_h
     29#define MAIN_INCLUDED_PlatformPropertiesImpl_h
    3030#ifndef RT_WITHOUT_PRAGMA_ONCE
    3131# pragma once
     
    129129};
    130130
    131 #endif /* !MAIN_INCLUDED_PlatformProperties_h */
     131#endif /* !MAIN_INCLUDED_PlatformPropertiesImpl_h */
    132132
  • trunk/src/VBox/Main/include/PlatformX86Impl.h

    r101035 r101043  
    2626 */
    2727
    28 #ifndef MAIN_INCLUDED_PlatformX86_h
    29 #define MAIN_INCLUDED_PlatformX86_h
     28#ifndef MAIN_INCLUDED_PlatformX86Impl_h
     29#define MAIN_INCLUDED_PlatformX86Impl_h
    3030#ifndef RT_WITHOUT_PRAGMA_ONCE
    3131# pragma once
     
    8787};
    8888
    89 #endif /* !MAIN_INCLUDED_PlatformX86_h */
     89#endif /* !MAIN_INCLUDED_PlatformX86Impl_h */
    9090
  • trunk/src/VBox/Main/src-client/ConsoleImplConfigCommon.cpp

    r101035 r101043  
    517517    AssertComRCReturn(hrc, VERR_COM_VM_ERROR);
    518518
    519     int rc;
    520 
    521519    switch (platformArch)
    522520    {
     
    529527#endif
    530528        default:
    531             rc = VERR_PLATFORM_ARCH_NOT_SUPPORTED;
    532529            break;
    533530    }
    534531
    535     return rc;
     532    return VERR_PLATFORM_ARCH_NOT_SUPPORTED;;
    536533}
    537534
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