VirtualBox

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


Ignore:
Timestamp:
Aug 15, 2024 12:36:59 PM (6 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164385
Message:

VMMArm/CPUM: Add the additional state required to support EL2 in the guest, bugref:10747

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/CPUMInternal-armv8.h

    r101549 r105686  
    105105     * This is used to verify load order dependencies (PGM). */
    106106    bool                    fPendingRestore;
    107     uint8_t                 abPadding0[6];
     107    /** The initial exception level (EL) to start the CPU after a reset,
     108     * should be either ARMV8_AARCH64_EL_1 or ARMV8_AARCH64_EL_2 for nested virtualization. */
     109    uint8_t                 bResetEl;
     110
     111    uint8_t                 abPadding0[5];
    108112
    109113    /** The reset value of the program counter. */
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