Changeset 32540 in vbox
- Timestamp:
- Sep 16, 2010 8:56:59 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65923
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMHandler.cpp
r30326 r32540 235 235 enmType, GCPtr, GCPtrLast, pszHandlerRC, pszHandlerRC, pszModRC, pszModRC, pszDesc)); 236 236 237 /* Not supported/relevant for VT-x and AMD-V. */ 238 if (HWACCMIsEnabled(pVM)) 239 return VERR_NOT_IMPLEMENTED; 240 237 241 /* 238 242 * Validate input. … … 283 287 Log(("PGMR3HandlerVirtualRegister: enmType=%d GCPtr=%RGv GCPtrLast=%RGv pfnInvalidateR3=%RHv pfnHandlerR3=%RHv pfnHandlerRC=%RRv pszDesc=%s\n", 284 288 enmType, GCPtr, GCPtrLast, pfnInvalidateR3, pfnHandlerR3, pfnHandlerRC, pszDesc)); 289 290 /* Not supported/relevant for VT-x and AMD-V. */ 291 if (HWACCMIsEnabled(pVM)) 292 return VERR_NOT_IMPLEMENTED; 285 293 286 294 /*
Note:
See TracChangeset
for help on using the changeset viewer.