VirtualBox

Changeset 101146 in vbox for trunk/src/VBox


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

Main: Added new define VBOX_WITH_ARMV8_HARDCODED_DEFAULTS (enabled by default for darwin.arm64) which sets some hardcoded defaults for newly created VMs. This is needed at least for now to get new VMs off the ground [SCM fixes]. bugref:10384

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

Legend:

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

    r101139 r101146  
    572572        $(if-expr defined(VBOX_WITH_SDS),VBOX_WITH_SDS,) \
    573573        $(if $(VBOX_WITH_VIRT_ARMV8),VBOX_WITH_VIRT_ARMV8,) \
    574         $(if $(VBOX_WITH_ARMV8_HARDCODED_DEFAULTS),VBOX_WITH_ARMV8_HARDCODED_DEFAULTS,)
     574        $(if $(VBOX_WITH_ARMV8_HARDCODED_DEFAULTS),VBOX_WITH_ARMV8_HARDCODED_DEFAULTS,)
    575575 ifdef VBOX_WITH_USB
    576576  VBoxSVC_DEFS += \
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r101139 r101146  
    1526815268
    1526915269#ifdef VBOX_WITH_ARMV8_HARDCODED_DEFAULTS
    15270         /* Configuration is done in Machine::init(). */
     15270    /* Configuration is done in Machine::init(). */
    1527115271#else
    1527215272    /* Apply serial port defaults */
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