VirtualBox

Changeset 79195 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 18, 2019 5:39:28 AM (6 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

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

    r79077 r79195  
    16931693
    16941694
    1695 /** @name VMCS field encoding: 16-bit guest fields.
     1695/** @name VMCS field encoding: 16-bit control fields.
    16961696 * @{
    16971697 */
     
    16991699#define VMX_VMCS16_POSTED_INT_NOTIFY_VECTOR                     0x0002
    17001700#define VMX_VMCS16_EPTP_INDEX                                   0x0004
     1701/** @} */
     1702
     1703
     1704/** @name VMCS field encoding: 16-bit guest-state fields.
     1705 * @{
     1706 */
    17011707#define VMX_VMCS16_GUEST_ES_SEL                                 0x0800
    17021708#define VMX_VMCS16_GUEST_CS_SEL                                 0x0802
     
    17121718
    17131719
    1714 /** @name VMCS field encoding: 16-bits host fields.
     1720/** @name VMCS field encoding: 16-bits host-state fields.
    17151721 * @{
    17161722 */
     
    17891795
    17901796
    1791 /** @name VMCS field encoding: 64-bit guest fields.
     1797/** @name VMCS field encoding: 64-bit guest-state fields.
    17921798 * @{
    17931799 */
     
    18151821
    18161822
    1817 /** @name VMCS field encoding: 64-bit host fields.
     1823/** @name VMCS field encoding: 64-bit host-state fields.
    18181824 * @{
    18191825 */
     
    19011907
    19021908
    1903 /** @name Natural width control fields.
     1909/** @name VMCS field encoding: Natural-width control fields.
    19041910 * @{
    19051911 */
     
    19151921
    19161922
    1917 /** @name Natural width read-only data fields.
     1923/** @name Natural-width read-only data fields.
    19181924 * @{
    19191925 */
     
    19271933
    19281934
    1929 /** @name VMCS field encoding: Natural width guest-state fields.
     1935/** @name VMCS field encoding: Natural-width guest-state fields.
    19301936 * @{
    19311937 */
     
    19531959
    19541960
    1955 /** @name VMCS field encoding: Natural width host-state fields.
     1961/** @name VMCS field encoding: Natural-width host-state fields.
    19561962 * @{
    19571963 */
     
    34643470 * it's easier, allows for teleporation in the future and does not affect guest
    34653471 * software.
     3472 *
     3473 * Note! Any fields that are added or modified here, make sure to update the
     3474 *       corresponding fields in g_aoffVmcsMap in IEM.
    34663475 */
    34673476#pragma pack(1)
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