VirtualBox

Changeset 1552 in vbox for trunk/src


Ignore:
Timestamp:
Mar 19, 2007 9:36:34 AM (18 years ago)
Author:
vboxsync
Message:

Added a note about TSS monitoring.

File:
1 edited

Legend:

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

    r1515 r1552  
    14301430                                  || pDesc->Gen.u4Type == X86_SEL_TYPE_SYS_386_TSS_BUSY;
    14311431
     1432        /** @note we should monitor the whole TSS to catch accesses to the virtual interrupt redirection bitmap, but
     1433         *        that causes some problems and with Windows guests some overhead as the entire TSS is rather big (3 pages).
     1434         *        We'll assume for now that the bitmap is static.
     1435         */
    14321436#if 1
    14331437        /* Don't bother with anything but the core structure. (Actually all we care for is the r0 ss.) */
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