VirtualBox

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


Ignore:
Timestamp:
Jul 27, 2013 12:43:07 AM (12 years ago)
Author:
vboxsync
Message:

HMR0SVM.cpp: Added todo regarding I/O breakpoints.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r47260 r47433  
    41084108        {
    41094109            /* If any IO breakpoints are armed, then we should check if a debug trap needs to be generated. */
     4110            /** @todo This is inefficient and wrong according to intel and amd specs
     4111             *        (regardless of which is correct).  See the same code in the VT-x case.
     4112             *        write testcase and refactor the code to use a mostly shared
     4113             *        implementation after the initial DR7/CR4 checks. */
    41104114            if (pCtx->dr[7] & X86_DR7_ENABLED_MASK)
    41114115            {
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