VirtualBox

Changeset 20069 in vbox


Ignore:
Timestamp:
May 27, 2009 11:37:03 AM (15 years ago)
Author:
vboxsync
Message:

Loosened assertion for the guest SMP case.

File:
1 edited

Legend:

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

    r20068 r20069  
    818818                        uint64_t fPageShw;
    819819                        rc = PGMShwGetPage(pVCpu, pvFault, &fPageShw, NULL);
    820                         AssertMsg((RT_SUCCESS(rc) && (fPageShw & X86_PTE_RW)), ("rc=%Rrc fPageShw=%RX64\n", rc, fPageShw));
     820                        AssertMsg((RT_SUCCESS(rc) && ((fPageShw & X86_PTE_RW) || pVM->cCPUs > 1 /* new monitor can be installed during trap e execution */)), ("rc=%Rrc fPageShw=%RX64\n", rc, fPageShw));
    821821                        pgmUnlock(pVM);
    822822#   endif /* VBOX_STRICT */
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