VirtualBox

Changeset 79075 in vbox for trunk/include


Ignore:
Timestamp:
Jun 11, 2019 6:09:40 AM (6 years ago)
Author:
vboxsync
Message:

hm_vmx.h: Nested VMX: bugref:9180 Comment.

File:
1 edited

Legend:

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

    r79029 r79075  
    34403440/**
    34413441 * Virtual VMCS.
    3442  * This is our custom format and merged into the actual VMCS (/shadow) when we
    3443  * execute nested-guest code using hardware-assisted VMX.
    34443442 *
    3445  * The first 8 bytes are as per Intel spec. 24.2 "Format of the VMCS Region".
     3443 * This is our custom format. Relevant fields from this VMCS will be merged into the
     3444 * actual VMCS (/shadow) when we execute nested-guest code using hardware-assisted
     3445 * VMX.
     3446 *
     3447 * The first 8 bytes must be in accordance with Intel spec. 24.2 "Format of the VMCS
     3448 * Region".
    34463449 *
    34473450 * The offset and size of the VMCS state field (fVmcsState) is also fixed (not by
    3448  * Intel but for our own requirements) as we use it to offset into guest memory.
     3451 * the Intel spec. but for our own requirements) as we use it to offset into guest
     3452 * memory.
    34493453 *
    34503454 * Although the guest is supposed to access the VMCS only through the execution of
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