Changeset 79195 in vbox for trunk/include/VBox
- Timestamp:
- Jun 18, 2019 5:39:28 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r79077 r79195 1693 1693 1694 1694 1695 /** @name VMCS field encoding: 16-bit guestfields.1695 /** @name VMCS field encoding: 16-bit control fields. 1696 1696 * @{ 1697 1697 */ … … 1699 1699 #define VMX_VMCS16_POSTED_INT_NOTIFY_VECTOR 0x0002 1700 1700 #define VMX_VMCS16_EPTP_INDEX 0x0004 1701 /** @} */ 1702 1703 1704 /** @name VMCS field encoding: 16-bit guest-state fields. 1705 * @{ 1706 */ 1701 1707 #define VMX_VMCS16_GUEST_ES_SEL 0x0800 1702 1708 #define VMX_VMCS16_GUEST_CS_SEL 0x0802 … … 1712 1718 1713 1719 1714 /** @name VMCS field encoding: 16-bits host fields.1720 /** @name VMCS field encoding: 16-bits host-state fields. 1715 1721 * @{ 1716 1722 */ … … 1789 1795 1790 1796 1791 /** @name VMCS field encoding: 64-bit guest fields.1797 /** @name VMCS field encoding: 64-bit guest-state fields. 1792 1798 * @{ 1793 1799 */ … … 1815 1821 1816 1822 1817 /** @name VMCS field encoding: 64-bit host fields.1823 /** @name VMCS field encoding: 64-bit host-state fields. 1818 1824 * @{ 1819 1825 */ … … 1901 1907 1902 1908 1903 /** @name Naturalwidth control fields.1909 /** @name VMCS field encoding: Natural-width control fields. 1904 1910 * @{ 1905 1911 */ … … 1915 1921 1916 1922 1917 /** @name Natural 1923 /** @name Natural-width read-only data fields. 1918 1924 * @{ 1919 1925 */ … … 1927 1933 1928 1934 1929 /** @name VMCS field encoding: Natural 1935 /** @name VMCS field encoding: Natural-width guest-state fields. 1930 1936 * @{ 1931 1937 */ … … 1953 1959 1954 1960 1955 /** @name VMCS field encoding: Natural 1961 /** @name VMCS field encoding: Natural-width host-state fields. 1956 1962 * @{ 1957 1963 */ … … 3464 3470 * it's easier, allows for teleporation in the future and does not affect guest 3465 3471 * 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. 3466 3475 */ 3467 3476 #pragma pack(1)
Note:
See TracChangeset
for help on using the changeset viewer.