VirtualBox

Changeset 26146 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Feb 2, 2010 1:51:26 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57155
Message:

Make sure we fall back to the recompiler if the VMM device heap is inactive (VT-x real mode or VT-x+EPT protected mode without paging)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r26066 r26146  
    17031703                /* We convert it here every time as pci regions could be reconfigured. */
    17041704                rc = PDMVMMDevHeapR3ToGCPhys(pVM, pVM->hwaccm.s.vmx.pNonPagingModeEPTPageTable, &GCPhys);
    1705                 AssertRC(rc);
     1705                AssertMsgRC(rc, ("pNonPagingModeEPTPageTable = %RGv\n", pVM->hwaccm.s.vmx.pNonPagingModeEPTPageTable));
    17061706
    17071707                /* We use our identity mapping page table here as we need to map guest virtual to guest physical addresses; EPT will
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette