Searched defs:fHMEnabled (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/vmm/
H A Dvm.h909 bool fHMEnabled; member in struct:VM
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp1220 BOOL fHMEnabled; local
1221 hrc = pMachine->GetHWVirtExProperty(HWVirtExPropertyType_Enabled, &fHMEnabled); H();
1222 if (cCpus > 1 && !fHMEnabled)
1224 LogRel(("Forced fHMEnabled to TRUE by SMP guest.\n"));
1225 fHMEnabled = TRUE;
1234 fHMForced = fHMEnabled
1239 fHMForced = fHMEnabled;
1254 fHMEnabled = fHMForced = TRUE;
1263 InsertConfigInteger(pRoot, "HMEnabled", fHMEnabled);
1278 if (fHMEnabled)
3537 i_configGraphicsController(PCFGMNODE pDevices, const GraphicsControllerType_T enmGraphicsController, BusAssignmentManager *pBusMgr, const ComPtr<IMachine> &ptrMachine, const ComPtr<IBIOSSettings> &ptrBiosSettings, bool fHMEnabled) argument
[all...]

Completed in 53 milliseconds