VirtualBox

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


Ignore:
Timestamp:
Mar 25, 2014 12:56:50 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92955
Message:

VMM/IEMAllCImpl: Comment clarification about reserved bits in CR4 for raising GP.

File:
1 edited

Legend:

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

    r49671 r50863  
    42564256            uint64_t const uOldCrX = pCtx->cr4;
    42574257
     4258            /** @todo Shouldn't this look at the guest CPUID bits to determine
     4259             *        valid bits? e.g. if guest CPUID doesn't allow X86_CR4_OSXMMEEXCPT, we
     4260             *        should #GP(0). */
    42584261            /* reserved bits */
    42594262            uint32_t fValid = X86_CR4_VME | X86_CR4_PVI
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette