VirtualBox

Changeset 99915 in vbox


Ignore:
Timestamp:
May 22, 2023 6:42:10 PM (21 months ago)
Author:
vboxsync
Message:

Main/src-client/ConsoleImpl: Add some _very_ basic config code to run an ARMv8 based guest inside the main VirtualBox frontend, can be activated by a CFGM key, bugref:10384 [scm]

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r99913 r99915  
    11571157        src-client/ConsoleImpl.cpp \
    11581158        src-client/ConsoleImplConfigCommon.cpp \
    1159     src-client/ConsoleImplConfigX86.cpp \
    1160         $(if $(VBOX_WITH_VIRT_ARMV8),src-client/ConsoleImplConfigArmV8.cpp,) \
     1159        src-client/ConsoleImplConfigX86.cpp \
     1160        $(if $(VBOX_WITH_VIRT_ARMV8),src-client/ConsoleImplConfigArmV8.cpp,) \
    11611161        src-client/ConsoleImplTeleporter.cpp \
    11621162        src-client/ConsoleVRDPServer.cpp \
  • trunk/src/VBox/Main/src-client/ConsoleImplConfigArmV8.cpp

    r99913 r99915  
    367367        InsertConfigInteger(pCfg,  "MmioPioBase",    0x3eff0000);
    368368        InsertConfigInteger(pCfg,  "MmioPioSize",    0x0000ffff);
    369         InsertConfigInteger(pCfg,  "IntPinA",        3); 
     369        InsertConfigInteger(pCfg,  "IntPinA",        3);
    370370        InsertConfigInteger(pCfg,  "IntPinB",        4);
    371371        InsertConfigInteger(pCfg,  "IntPinC",        5);
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