Changeset 79075 in vbox for trunk/include
- Timestamp:
- Jun 11, 2019 6:09:40 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r79029 r79075 3440 3440 /** 3441 3441 * Virtual VMCS. 3442 * This is our custom format and merged into the actual VMCS (/shadow) when we3443 * execute nested-guest code using hardware-assisted VMX.3444 3442 * 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". 3446 3449 * 3447 3450 * 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. 3449 3453 * 3450 3454 * Although the guest is supposed to access the VMCS only through the execution of
Note:
See TracChangeset
for help on using the changeset viewer.