/vbox/src/VBox/VMM/VMMR3/ |
H A D | MM.cpp | 358 return VMSetError(pVM, VERR_INVALID_PARAMETER, RT_SRC_POS, "Unknown \"MM/Policy\" value \"%s\"", sz); 381 return VMSetError(pVM, VERR_INVALID_PARAMETER, RT_SRC_POS, "Unknown \"MM/Priority\" value \"%s\"", sz); 401 return VMSetError(pVM, rc, RT_SRC_POS, 404 return VMSetError(pVM, rc, RT_SRC_POS, "GMMR3InitialReservation(,%#RX64,0,0,%d,%d)", 620 VMSetError(pVM, rc, RT_SRC_POS, N_("Failed to reserved physical memory for the RAM (%#RX64 -> %#RX64 + %#RX32)"), 647 VMSetError(pVM, rc, RT_SRC_POS, N_("Failed to reserved physical memory for the RAM (%#RX64 + %#RX32)"), 673 VMSetError(pVM, rc, RT_SRC_POS, N_("Failed to reserve physical memory (%#x -> %#x; %s)"), 698 VMSetError(pVM, rc, RT_SRC_POS, N_("Failed to reserve physical memory for shadow page tables (%#x -> %#x)"), cOld, pVM->mm.s.cShadowPages);
|
H A D | GMM.cpp | 97 * This will call VMSetError on failure. 118 return VMSetError(pVM, rc, RT_SRC_POS, 129 return VMSetError(pVM, rc, RT_SRC_POS, 135 return VMSetError(pVM, rc, RT_SRC_POS, N_("GMM seeding failed")); 199 * This will call VMSetError on failure. 227 return VMSetError(pVM, rc, RT_SRC_POS, 246 * This will not call VMSetError on failure but will use AssertLogRel instead.
|
H A D | TM.cpp | 262 return VMSetError(pVM, VERR_TM_GIP_UPDATE_INTERVAL_TOO_BIG, RT_SRC_POS, 318 return VMSetError(pVM, VERR_CFGM_CONFIG_UNKNOWN_VALUE, RT_SRC_POS, 321 return VMSetError(pVM, VERR_CFGM_CONFIG_UNKNOWN_VALUE, RT_SRC_POS, 325 return VMSetError(pVM, VERR_CFGM_CONFIG_UNKNOWN_VALUE, RT_SRC_POS, 381 return VMSetError(pVM, rc, RT_SRC_POS, N_("Configuration error: Failed to querying string value \"TSCMode\"")); 391 return VMSetError(pVM, rc, RT_SRC_POS, N_("Configuration error: Unrecognized TM TSC mode value \"%s\""), szTSCMode); 407 return VMSetError(pVM, rc, RT_SRC_POS, N_("Configuration error: Failed to querying bool value \"TSCModeSwitchAllowed\"")); 425 return VMSetError(pVM, rc, RT_SRC_POS, 429 return VMSetError(pVM, VERR_INVALID_PARAMETER, RT_SRC_POS, 446 return VMSetError(pV [all...] |
H A D | DBGFR3Trace.cpp | 175 rc = VMSetError(pVM, rc, RT_SRC_POS, "TracingConfig=\"%s\" -> %Rrc", pszTracingConfig, rc); 183 rc = VMSetError(pVM, rc, RT_SRC_POS, "TracingConfig=\"%s\" (default) -> %Rrc", pszConfigDefault, rc);
|
H A D | CPUMR3CpuId.cpp | 1731 * @returns VBox status code (VMSetError called). 1748 return VMSetError(pVM, rc, RT_SRC_POS, "Invalid MSR entry (name is probably too long): %Rrc\n", rc); 1752 return VMSetError(pVM, rc, RT_SRC_POS, "Invalid MSR entry '%s': Error querying mandatory 'First' value: %Rrc\n", 1757 return VMSetError(pVM, rc, RT_SRC_POS, "Invalid MSR entry '%s': Error querying 'Last' value: %Rrc\n", 1763 return VMSetError(pVM, rc, RT_SRC_POS, "Invalid MSR entry '%s': Error querying 'Type' value: %Rrc\n", 1772 return VMSetError(pVM, rc, RT_SRC_POS, "Invalid MSR entry '%s': Error querying 'Value' value: %Rrc\n", 1777 return VMSetError(pVM, rc, RT_SRC_POS, "Invalid MSR entry '%s': Error querying 'WrGpMask' value: %Rrc\n", 1782 return VMSetError(pVM, rc, RT_SRC_POS, "Invalid MSR entry '%s': Error querying 'WrIgnMask' value: %Rrc\n", 1786 return VMSetError(pVM, VERR_INVALID_PARAMETER, RT_SRC_POS, 1796 return VMSetError(pV [all...] |
H A D | MMPagePool.cpp | 253 rc = VMSetError(pPool->pVM, rc, RT_SRC_POS, 320 VMSetError(pPool->pVM, rc, RT_SRC_POS,
|
H A D | PDMLdr.cpp | 307 rc = VMSetError(pUVM->pVM, rc, RT_SRC_POS, 602 rc = VMSetError(pVM, rc, RT_SRC_POS, N_("Cannot load RC module %s: %s"), pszFilename, ErrInfo.Core.pszMsg); 604 rc = VMSetError(pVM, rc, RT_SRC_POS, N_("Cannot load RC module %s"), pszFilename); 703 rc = VMSetError(pUVM->pVM, rc, RT_SRC_POS, N_("Cannot load R0 module %s: %s"), pszFilename, ErrInfo.Core.pszMsg); 705 RTMemTmpFree(pszFile); /* might be reference thru pszFilename in the above VMSetError call. */
|
H A D | SSM.cpp | 8237 rc = VMSetError(pVM, VERR_SSM_LOADED_TOO_MUCH, RT_SRC_POS, 8252 VMSetError(pVM, rc, RT_SRC_POS, N_("Unsupported version %u of data unit '%s' (instance #%u)"), 8255 VMSetError(pVM, rc, RT_SRC_POS, N_("Load exec failed for '%s' instance #%u (version %u)"), 8389 return VMSetError(pVM, VERR_SSM_INTEGRITY_UNIT_MAGIC, RT_SRC_POS, 8492 rc = VMSetError(pVM, rc, RT_SRC_POS, N_("Unsupported version %u of data unit '%s' (instance #%u, pass %#x)"), 8495 rc = VMSetError(pVM, rc, RT_SRC_POS, N_("Failed to load unit '%s'"), UnitHdr.szName); 8509 return VMSetError(pVM, VERR_SSM_INTEGRITY_UNIT_NOT_FOUND, RT_SRC_POS, 8735 VMSetError(pVM, rc, RT_SRC_POS, N_("LoadDone failed with rc=%Rrc for data unit '%s' instance #%u."), 8767 * VMSetError wrapper for load errors that inserts the saved state details. 8787 * VMSetError wrappe [all...] |
H A D | VMEmt.cpp | 1273 return VMSetError(pVM, VERR_INVALID_PARAMETER, RT_SRC_POS, N_("Invalid VM/HaltMethod value %d"), enmHaltMethod); 1276 return VMSetError(pVM, rc, RT_SRC_POS, N_("Failed to Query VM/HaltMethod as uint32_t"));
|
H A D | HM.cpp | 483 return VMSetError(pVM, rc, RT_SRC_POS, "The host kernel does not support VT-x.%s\n", pszMinReq); 567 return VMSetError(pVM, rc, RT_SRC_POS, "SUPR3QueryVTCaps failed with %Rrc", rc); 967 return VMSetError(pVM, pVM->hm.s.lLastError, RT_SRC_POS, "HM ring-0 init failed: %Rrc", pVM->hm.s.lLastError); 1278 return VMSetError(pVM, rc, RT_SRC_POS, 1301 return VMSetError(pVM, rc, RT_SRC_POS, "VT-x setup failed: %Rrc", rc); 1461 return VMSetError(pVM, rc, RT_SRC_POS, "AMD-V setup failed: %Rrc", rc);
|
H A D | CFGM.cpp | 864 * When an error is returned, both VMSetError and AssertLogRelMsgFailed 905 return VMSetError(pNode->pVM, VERR_CFGM_CONFIG_UNKNOWN_VALUE, RT_SRC_POS, 923 return VMSetError(pNode->pVM, VERR_CFGM_CONFIG_UNKNOWN_NODE, RT_SRC_POS,
|
H A D | VMMSwitcher.cpp | 345 VMSetError(pVM, rc, RT_SRC_POS,
|
H A D | CPUM.cpp | 636 return VMSetError(pVM, VERR_UNSUPPORTED_CPU, RT_SRC_POS, "Host CPU does not support the FXSAVE/FXRSTOR instruction."); 638 return VMSetError(pVM, VERR_UNSUPPORTED_CPU, RT_SRC_POS, "Host CPU does not support MMX."); 640 return VMSetError(pVM, VERR_UNSUPPORTED_CPU, RT_SRC_POS, "Host CPU does not support RDTSC.");
|
H A D | PGMPhys.cpp | 3369 VMSetError(pVM, rc, RT_SRC_POS, "Failed to map virgin ROM page at %RGp", GCPhys); 4576 return VMSetError(pVM, VERR_PGM_PHYS_NOT_RAM, RT_SRC_POS, "GCPhys=%RGp type=%d", GCPhys, PGM_PAGE_GET_TYPE(pPage)); 4594 return VMSetError(pVM, VERR_PGM_PHYS_INVALID_PAGE_ID, RT_SRC_POS, "GCPhys=%RGp idPage=%#x", GCPhys, pPage);
|
H A D | VM.cpp | 2120 rc = VMSetError(pVM, rc, RT_SRC_POS, 3434 VMSetError(pVM, VERR_VM_INVALID_VM_STATE, RT_SRC_POS, 3453 VMSetError(pVM, VERR_VM_INVALID_VM_STATE, RT_SRC_POS, 3758 * This is a worker function for GC and Ring-0 calls to VMSetError and VMSetErrorV. 3807 * Gets the number of errors raised via VMSetError. 3860 RTLogRelPrintf("VMSetError: %s(%d) %s; rc=%Rrc\n" 3861 "VMSetError: %N\n", 3868 RTLogPrintf("VMSetError: %s(%d) %s; rc=%Rrc\n" 4155 * This is a worker function for RC and Ring-0 calls to VMSetError and
|
/vbox/include/VBox/vmm/ |
H A D | vmapi.h | 107 VMMDECL(int) VMSetError(PVM pVM, int rc, RT_SRC_POS_DECL, const char *pszFormat, ...); 123 #define VM_SET_ERROR(pVM, rc, pszMessage) (VMSetError(pVM, rc, RT_SRC_POS, pszMessage))
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | VMAll.cpp | 51 VMMDECL(int) VMSetError(PVM pVM, int rc, RT_SRC_POS_DECL, const char *pszFormat, ...) function 115 #if 0 /// @todo implement Ring-0 and GC VMSetError 180 * As opposed VMSetError(), this method is intended to inform the VM user about 311 #if 0 /// @todo implement Ring-0 and GC VMSetError
|
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl2.cpp | 4796 VMSetError(VMR3GetVM(mpUVM), VERR_CFGM_NO_NODE, RT_SRC_POS, 4828 return VMSetError(VMR3GetVM(mpUVM), VERR_HOSTIF_INIT_FAILED, RT_SRC_POS, N_( 4836 return VMSetError(VMR3GetVM(mpUVM), VERR_HOSTIF_INIT_FAILED, RT_SRC_POS, N_( 4879 // return VMSetError(VMR3GetVM(mpUVM), VERR_INTERNAL_ERROR, RT_SRC_POS, 4915 return VMSetError(VMR3GetVM(mpUVM), VERR_INTERNAL_ERROR, RT_SRC_POS, 4930 return VMSetError(VMR3GetVM(mpUVM), VERR_INTERNAL_ERROR, RT_SRC_POS, 5030 return VMSetError(VMR3GetVM(mpUVM), VERR_HOSTIF_INIT_FAILED, RT_SRC_POS, N_( 5039 return VMSetError(VMR3GetVM(mpUVM), VERR_HOSTIF_INIT_FAILED, RT_SRC_POS, N_( 5290 return VMSetError(VMR3GetVM(mpUVM), VERR_INTERNAL_ERROR, RT_SRC_POS, 5315 return VMSetError(VMR3GetV [all...] |