VirtualBox

Changeset 101146 in vbox


Ignore:
Timestamp:
Sep 18, 2023 12:23:28 PM (20 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159119
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
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r101139 r101146  
    542542 # Enables setting hardcoded defaults for newly created VMs,
    543543 # to get the VM off the ground. That setting might go away again as development progresses.
    544  VBOX_WITH_ARMV8_HARDCODED_DEFAULTS=1
     544 VBOX_WITH_ARMV8_HARDCODED_DEFAULTS = 1
    545545endif
    546546if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), linux.amd64)
  • 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.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette