VirtualBox

Changeset 43852 in vbox for trunk/include/VBox/vmm/cpum.h


Ignore:
Timestamp:
Nov 9, 2012 3:22:51 PM (12 years ago)
Author:
vboxsync
Message:

VMM/VMMR0: bits.

File:
1 edited

Legend:

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

    r43667 r43852  
    216216{
    217217    return !(pCtx->cr0 & X86_CR0_PE)
    218         || pCtx->eflags.Bits.u1VM; /** @todo verify that this cannot be set in long mode. */
     218        || pCtx->eflags.Bits.u1VM;  /* Cannot be set in long mode. Intel spec 2.3.1 "System Flags and Fields in IA-32e Mode". */
    219219}
    220220
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