VirtualBox

Changeset 12578 in vbox for trunk/src/VBox/VMM/CPUM.cpp


Ignore:
Timestamp:
Sep 18, 2008 2:58:57 PM (16 years ago)
Author:
vboxsync
Message:

Enable hardware breakpoint support for VT-x and AMD-V.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/CPUM.cpp

    r12542 r12578  
    709709
    710710    pCtx->dr6                       = X86_DR6_INIT_VAL;
    711     pCtx->dr7                       = 0x400;
     711    pCtx->dr7                       = X86_DR7_INIT_VAL;
    712712
    713713    pCtx->fpu.FTW                   = 0xff;         /* All tags are set, i.e. the regs are empty. */
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