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

/vbox/src/VBox/VMM/VMMR3/
H A DHM.cpp478 const char *pszMinReq = " Linux 2.6.13 or newer required!"; local
480 const char *pszMinReq = "";
483 return VMSetError(pVM, rc, RT_SRC_POS, "The host kernel does not support VT-x.%s\n", pszMinReq);
486 LogRel(("HM: HMR3Init: Falling back to raw-mode: The host kernel does not support VT-x.%s\n", pszMinReq));

Completed in 50 milliseconds