VirtualBox

Changeset 1499 in vbox


Ignore:
Timestamp:
Mar 15, 2007 9:20:33 AM (18 years ago)
Author:
vboxsync
Message:

Added virtual interrupt redirection bitmap to our TSS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/types.h

    r867 r1499  
    537537    RTSEL       selLdt;
    538538    uint16_t    padding_ldt;
    539 #if 0
    540     /** Debug trap flag */
    541     unsigned    u1T : 1;
    542     /** Reserved, must be zero. */
    543     unsigned    u15zero : 15;
    544     /** Offset relative to the TSS of the start of the I/O Bitmap
    545      * and the end of the interrupt redirection bitmap. */
    546     unsigned    offIoBitmap : 16;
    547 #else
    548539    /** Debug trap flag */
    549540    uint16_t    fDebugTrap;
     
    551542     * and the end of the interrupt redirection bitmap. */
    552543    uint16_t    offIoBitmap;
    553 #endif
     544    /* 32 bytes for the virtual interrupt redirection bitmap. (VME) */
     545    uint8_t     redirBitmap[32];
    554546} VBOXTSS;
    555547#pragma pack()
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy