VirtualBox

Changeset 55004 in vbox for trunk/include


Ignore:
Timestamp:
Mar 30, 2015 11:14:04 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99275
Message:

backed out r99268 as it causes serious regressions on Windows hosts

Location:
trunk/include/VBox/vmm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpum.mac

    r54999 r55004  
    136136
    137137struc CPUMCTX
     138    .XState             resb    XSTATE_SIZE
    138139    .eax                resq    1
    139140    .ecx                resq    1
     
    235236    .msrApicBase        resb    8
    236237    .au32SizePadding    resb    24
    237     .XState             resb    XSTATE_SIZE
    238238endstruc
    239239
  • trunk/include/VBox/vmm/cpumctx.h

    r54999 r55004  
    247247typedef struct CPUMCTX
    248248{
     249    /** FPU state. (16-byte alignment)
     250     * @todo This doesn't have to be in X86FXSTATE on CPUs without fxsr - we need a type for the
     251     *       actual format or convert it (waste of time).  */
     252    X86XSAVEAREA        XState;
     253
    249254    /** CPUMCTXCORE Part.
    250255     * @{ */
     
    401406    /** Size padding. */
    402407    uint32_t        au32SizePadding[6];
    403 
    404     /** FPU state. (16-byte alignment)
    405      * @todo This doesn't have to be in X86FXSTATE on CPUs without fxsr - we need a type for the
    406      *       actual format or convert it (waste of time).  */
    407     X86XSAVEAREA        XState;
    408408} CPUMCTX;
    409409#pragma pack()
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette