VirtualBox

Changeset 74100 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Sep 6, 2018 3:11:02 AM (6 years ago)
Author:
vboxsync
Message:

VMM/CPUM: Nested VMX: bugref:9180 Added a separate function for obtaining the valid guest EFER mask (required for
upcoming VMX entry checks), adjusted CPUMQueryValidatedGuestEfer() accordingly.

File:
1 edited

Legend:

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

    r74054 r74100  
    19991999VMMDECL(uint32_t)       CPUMGetGuestMxCsrMask(PVM pVM);
    20002000VMMDECL(uint64_t)       CPUMGetGuestScalableBusFrequency(PVM pVM);
     2001VMMDECL(uint64_t)       CPUMGetGuestEferMsrValidMask(PVM pVM);
    20012002VMMDECL(int)            CPUMQueryValidatedGuestEfer(PVM pVM, uint64_t uCr0, uint64_t uOldEfer, uint64_t uNewEfer,
    20022003                                                    uint64_t *puValidEfer);
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