VirtualBox

Changeset 90998 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Aug 30, 2021 2:07:29 PM (3 years ago)
Author:
vboxsync
Message:

VMM/CPU: Added todo about PAE in CPUMGetGuestCR4ValidMask.

File:
1 edited

Legend:

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

    r90932 r90998  
    23162316    uint64_t fMask = X86_CR4_VME | X86_CR4_PVI
    23172317                   | X86_CR4_TSD | X86_CR4_DE
    2318                    | X86_CR4_PSE | X86_CR4_PAE
     2318                   | X86_CR4_PSE | X86_CR4_PAE /** @todo r=bird: PAE isn't a given either, we must check features. See als PAEmode. */
    23192319                   | X86_CR4_MCE | X86_CR4_PGE
    23202320                   | X86_CR4_PCE
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