VirtualBox

Changeset 40187 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Feb 21, 2012 12:32:45 AM (13 years ago)
Author:
vboxsync
Message:

callf fixes. fxsave bounce buffering fix. Don't try fxsave output as REM is incomplete.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IEMInternal.h

    r40182 r40187  
    157157            RTGCPHYS    GCPhys;
    158158            uint32_t    cb;
    159             uint8_t     ab[32];
     159            uint8_t     ab[512];
    160160        } RamWrite;
    161161    } u;
     
    353353#define IEM_ACCESS_WHAT_SYS             UINT32_C(0x00000040)
    354354#define IEM_ACCESS_WHAT_MASK            UINT32_C(0x00000070)
     355/** The writes are partial, so if initialize the bounce buffer with the
     356 * orignal RAM content. */
     357#define IEM_ACCESS_PARTIAL_WRITE        UINT32_C(0x00000100)
    355358/** Used in aMemMappings to indicate that the entry is bounce buffered. */
    356 #define IEM_ACCESS_BOUNCE_BUFFERED      UINT32_C(0x00000100)
     359#define IEM_ACCESS_BOUNCE_BUFFERED      UINT32_C(0x00000200)
    357360/** Read+write data alias. */
    358361#define IEM_ACCESS_DATA_RW              (IEM_ACCESS_TYPE_READ  | IEM_ACCESS_TYPE_WRITE | IEM_ACCESS_WHAT_DATA)
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