VirtualBox

Changeset 23085 in vbox


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

The VERR_PAGE_TABLE_NOT_PRESENT problem occurs on uniprocessor VMs too. Extend the workaround.

File:
1 edited

Legend:

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

    r22890 r23085  
    460460# ifdef IN_RING0
    461461    /* Note: hack alert for difficult to reproduce problem. */
    462     if (    pVM->cCpus > 1
    463         &&  rc == VERR_PAGE_TABLE_NOT_PRESENT)
     462    if (rc == VERR_PAGE_TABLE_NOT_PRESENT)
    464463    {
    465464        Log(("WARNING: Unexpected VERR_PAGE_TABLE_NOT_PRESENT for page fault at %RGv error code %x (rip=%RGv)\n", pvFault, uErr, pRegFrame->rip));
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