Changeset 25193 in vbox
- Timestamp:
- Dec 4, 2009 2:34:07 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55667
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp
r24848 r25193 1393 1393 if ( HWACCMR0Globals.enmHwAccmState != HWACCMSTATE_ENABLED 1394 1394 || !HWACCMR0Globals.vmx.fSupported /* no such issues with AMD-V */ 1395 || ! pVM->hwaccm.s.fGlobalInit/* Local init implies the CPU is currently not in VMX root mode. */)1395 || !HWACCMR0Globals.fGlobalInit /* Local init implies the CPU is currently not in VMX root mode. */) 1396 1396 return VINF_SUCCESS; /* nothing to do */ 1397 1397 … … 1441 1441 Assert( HWACCMR0Globals.enmHwAccmState == HWACCMSTATE_ENABLED 1442 1442 && HWACCMR0Globals.vmx.fSupported 1443 && pVM->hwaccm.s.fGlobalInit);1443 && HWACCMR0Globals.fGlobalInit); 1444 1444 1445 1445 PHWACCM_CPUINFO pCpu = HWACCMR0GetCurrentCpu();
Note:
See TracChangeset
for help on using the changeset viewer.