VirtualBox

Changeset 105555 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Aug 1, 2024 9:58:54 AM (9 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164226
Message:

Main/ConsoleImpl: Set VMCREATE_F_DRIVERLESS when starting VMs configured with VMExecutionEngine_Interpreter or VMExecutionEngine_Recompiler. bugref:10727

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r105477 r105555  
    1131811318        pMachine->COMGETTER(VMProcessPriority)(&enmVMPriority);
    1131911319
     11320        VMExecutionEngine_T enmExecEngine = VMExecutionEngine_NotSet;
     11321        pMachine->COMGETTER(VMExecutionEngine)(&enmExecEngine);
     11322
    1132011323        /*
    1132111324         * Create the VM
     
    1133311336        vrc = pVMM->pfnVMR3Create(cCpus,
    1133411337                                  pConsole->mpVmm2UserMethods,
    11335                                   0 /*fFlags*/,
     11338                                     enmExecEngine == VMExecutionEngine_Interpreter
     11339                                  || enmExecEngine == VMExecutionEngine_Recompiler /** @todo NativeApi too? */
     11340                                  ? VMCREATE_F_DRIVERLESS : 0,
    1133611341                                  Console::i_genericVMSetErrorCallback,
    1133711342                                  &pTask->mErrorMsg,
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