VirtualBox

Changeset 23087 in vbox for trunk/src


Ignore:
Timestamp:
Sep 17, 2009 11:44:45 AM (15 years ago)
Author:
vboxsync
Message:

Added comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAll.cpp

    r23086 r23087  
    465465    {
    466466        Log(("WARNING: Unexpected VERR_PAGE_TABLE_NOT_PRESENT (%d) for page fault at %RGv error code %x (rip=%RGv)\n", rc, pvFault, uErr, pRegFrame->rip));
     467        /* Some kind of inconsistency in the SMP case; it's safe to just execute the instruction again; not sure about single VCPU VMs though. */
    467468        rc = VINF_SUCCESS;
    468469    }
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