VirtualBox

Changeset 26701 in vbox


Ignore:
Timestamp:
Feb 23, 2010 1:25:38 PM (15 years ago)
Author:
vboxsync
Message:

Paranoia & logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r26700 r26701  
    19351935    /* Can happen in the guest SMP case; other VCPU activated this PDE while we were blocking to handle the page fault. */
    19361936    if (PdeDst.n.u1Size)
     1937    {
     1938        Assert(HWACCMIsNestedPagingActive(pVM));
     1939        Log(("CPU%d: SyncPage: Pde (big) at %RGv changed behind our back!\n", GCPtrPage));
    19371940        return VINF_SUCCESS;
     1941    }
    19381942
    19391943    Assert(cPages == 1 || !(uErr & X86_TRAP_PF_P));
Note: See TracChangeset for help on using the changeset viewer.

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