VirtualBox

Changeset 56758 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jul 2, 2015 4:33:32 PM (10 years ago)
Author:
vboxsync
Message:

VMM/GIM: Don't unmap MMIO2 pages on Hyper-V reset as we don't map them currently.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/GIMHv.cpp

    r56694 r56758  
    335335    {
    336336        PGIMMMIO2REGION pRegion = &pHv->aMmio2Regions[i];
     337#if 0
    337338        GIMR3Mmio2Unmap(pVM, pRegion);
     339#else
     340        pRegion->fMapped    = false;
     341        pRegion->GCPhysPage = NIL_RTGCPHYS;
     342#endif
    338343    }
    339344
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