VirtualBox

Changeset 55004 in vbox


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
Files:
3 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()
  • trunk/src/VBox/VMM/include/CPUMInternal.mac

    r54999 r55004  
    126126    ; (Identical to the .Hyper chunk below.)
    127127    ;
     128    alignb 64
     129    .Guest.XState             resb    XSTATE_SIZE
    128130    .Guest.eax                resq    1
    129131    .Guest.ecx                resq    1
     
    224226    .Guest.msrKERNELGSBASE    resb    8
    225227    .Guest.msrApicBase        resb    8
    226     alignb 64
    227     .Guest.XState             resb    XSTATE_SIZE
     228
    228229
    229230    alignb 64
     
    367368    ;
    368369    alignb 64
     370    .Hyper.XState             resb    XSTATE_SIZE
    369371    .Hyper.eax                resq    1
    370372    .Hyper.ecx                resq    1
     
    466468    .Hyper.msrApicBase        resb    8
    467469    alignb 64
    468     .Hyper.XState             resb    XSTATE_SIZE
    469470
    470471%ifdef VBOX_WITH_CRASHDUMP_MAGIC
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