VirtualBox

Changeset 91989 in vbox


Ignore:
Timestamp:
Oct 22, 2021 3:33:13 AM (3 years ago)
Author:
vboxsync
Message:

VMM: Nested VMX: bugref:10092 Build fix.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pgm.h

    r91986 r91989  
    354354VMM_INT_DECL(void)  PGMNotifyNxeChanged(PVMCPU pVCpu, bool fNxe);
    355355VMMDECL(bool)       PGMHasDirtyPages(PVM pVM);
    356 #ifdef VBOX_WITH_NESTED_HWVIRT_VMX_EPT
    357356VMM_INT_DECL(void)  PGMSetGuestEptPtr(PVMCPUCC pVCpu, uint64_t uEptPtr);
    358 #endif
    359357
    360358/** PGM physical access handler type registration handle (heap offset, valid
  • trunk/src/VBox/VMM/VMMAll/PGMAll.cpp

    r91986 r91989  
    38283828
    38293829
    3830 #ifdef VBOX_WITH_NESTED_HWVIRT_VMX_EPT
    38313830/**
    38323831 * Updates PGM's copy of the guest's EPT pointer.
     
    38423841    pVCpu->pgm.s.uEptPtr = uEptPtr;
    38433842}
    3844 #endif
    3845 
     3843
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