VirtualBox

Changeset 78688 in vbox for trunk/include/VBox/vmm/cpum.h


Ignore:
Timestamp:
May 23, 2019 10:37:12 AM (6 years ago)
Author:
vboxsync
Message:

cpum.h: Nested VMX: bugref:9180 comment.

File:
1 edited

Legend:

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

    r78687 r78688  
    21542154{
    21552155    /*
    2156      * For each CR0 bit owned by the host, the corresponding bit is loaded from the
    2157      * CR0 read shadow. For each CR0 bit that is not owned by the host, the
    2158      * corresponding bit from the guest CR0 is loaded.
     2156     * For each CR0 bit owned by the host, the corresponding bit from the
     2157     * CR0 read shadow is loaded. For each CR0 bit that is not owned by the host,
     2158     * the corresponding bit from the guest CR0 is loaded.
    21592159     *
    21602160     * See Intel Spec. 25.3 "Changes To Instruction Behavior In VMX Non-root Operation".
     
    21802180{
    21812181    /*
    2182      * For each CR4 bit owned by the host, the corresponding bit is loaded from the
    2183      * CR4 read shadow. For each CR4 bit that is not owned by the host, the
    2184      * corresponding bit from the guest CR4 is loaded.
     2182     * For each CR4 bit owned by the host, the corresponding bit from the
     2183     * CR4 read shadow is loaded. For each CR4 bit that is not owned by the host,
     2184     * the corresponding bit from the guest CR4 is loaded.
    21852185     *
    21862186     * See Intel Spec. 25.3 "Changes To Instruction Behavior In VMX Non-root Operation".
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