VirtualBox

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


Ignore:
Timestamp:
Mar 29, 2023 2:13:56 PM (22 months ago)
Author:
vboxsync
Message:

Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types (preparation for architecture specific separation in order to support ARMv8), bugref:10394

Location:
trunk/src/VBox/VMM/include
Files:
5 edited

Legend:

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

    r98103 r99208  
    211211    /** For saving stack space, the disassembler state is allocated here instead of
    212212     * on the stack. */
    213     DISCPUSTATE             DisState;
     213    DISSTATE                Dis;
    214214
    215215    /** @name Execution profiling.
  • trunk/src/VBox/VMM/include/GIMHvInternal.h

    r98980 r99208  
    13671367VMM_INT_DECL(bool)              gimHvAreHypercallsEnabled(PCVM pVM);
    13681368VMM_INT_DECL(bool)              gimHvShouldTrapXcptUD(PVMCPU pVCpu);
    1369 VMM_INT_DECL(VBOXSTRICTRC)      gimHvXcptUD(PVMCPUCC pVCpu, PCPUMCTX pCtx, PDISCPUSTATE pDis, uint8_t *pcbInstr);
     1369VMM_INT_DECL(VBOXSTRICTRC)      gimHvXcptUD(PVMCPUCC pVCpu, PCPUMCTX pCtx, PDISSTATE pDis, uint8_t *pcbInstr);
    13701370VMM_INT_DECL(VBOXSTRICTRC)      gimHvHypercall(PVMCPUCC pVCpu, PCPUMCTX pCtx);
    13711371VMM_INT_DECL(VBOXSTRICTRC)      gimHvHypercallEx(PVMCPUCC pVCpu, PCPUMCTX pCtx, unsigned uDisOpcode, uint8_t cbInstr);
  • trunk/src/VBox/VMM/include/GIMKvmInternal.h

    r98980 r99208  
    276276#endif
    277277VMM_INT_DECL(bool)              gimKvmShouldTrapXcptUD(PVM pVM);
    278 VMM_INT_DECL(VBOXSTRICTRC)      gimKvmXcptUD(PVMCC pVM, PVMCPUCC pVCpu, PCPUMCTX pCtx, PDISCPUSTATE pDis, uint8_t *pcbInstr);
     278VMM_INT_DECL(VBOXSTRICTRC)      gimKvmXcptUD(PVMCC pVM, PVMCPUCC pVCpu, PCPUMCTX pCtx, PDISSTATE pDis, uint8_t *pcbInstr);
    279279VMM_INT_DECL(VBOXSTRICTRC)      gimKvmHypercallEx(PVMCPUCC pVCpu, PCPUMCTX pCtx, unsigned uDisOpcode, uint8_t cbInstr);
    280280
  • trunk/src/VBox/VMM/include/HMInternal.h

    r98103 r99208  
    11451145        /** For saving stack space, the disassembler state is allocated here
    11461146         * instead of on the stack. */
    1147         DISCPUSTATE                 DisState;
     1147        DISSTATE                    Dis;
    11481148    } svm;
    11491149} HMR0PERVCPU;
  • trunk/src/VBox/VMM/include/PGMInternal.h

    r99051 r99208  
    35943594    /** For saving stack space, the disassembler state is allocated here instead of
    35953595     * on the stack. */
    3596     DISCPUSTATE                     DisState;
     3596    DISSTATE                        Dis;
    35973597
    35983598    /** Counts the number of times the netware WP0+RO+US hack has been applied. */
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