VirtualBox

Changeset 98703 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Feb 23, 2023 3:10:16 PM (21 months ago)
Author:
vboxsync
Message:

VMM/{CPUM,IEM}: Implement SHA instruction set extension emulation in IEM and expose it to the guest if available on the host, bugref:9898

File:
1 edited

Legend:

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

    r98103 r98703  
    11381138    /** Support MOVBE instruction. */
    11391139    uint32_t        fMovBe : 1;
     1140    /** Support SHA instructions. */
     1141    uint32_t        fSha : 1;
    11401142
    11411143    /** Supports AMD 3DNow instructions. */
     
    11981200    /** Alignment padding / reserved for future use (96 bits total, plus 12 bytes
    11991201     *  prior to the bit fields -> total of 24 bytes) */
    1200     uint32_t        fPadding0 : 26;
     1202    uint32_t        fPadding0 : 25;
    12011203
    12021204
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