Changeset 37794 in vbox for trunk/include/VBox
- Timestamp:
- Jul 6, 2011 10:24:07 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72670
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r36984 r37794 1738 1738 /** @} */ 1739 1739 1740 /** @name PCI Passtrhough Status Codes 1741 * @{ 1742 */ 1743 /** RamPreAlloc not set. 1744 * RAM pre-allocation is currently a requirement for PCI passthrough. */ 1745 #define VERR_PCI_PASSTHROUGH_NO_RAM_PREALLOC (-7000) 1746 /** VT-x/AMD-V not active. 1747 * PCI passthrough currently works only if VT-x/AMD-V is active. */ 1748 #define VERR_PCI_PASSTHROUGH_NO_HWACCM (-7001) 1749 /** Nested paging not active. 1750 * PCI passthrough currently works only if nested paging is active. */ 1751 #define VERR_PCI_PASSTHROUGH_NO_NESTED_PAGING (-7002) 1752 /** @} */ 1753 1740 1754 /* SED-END */ 1741 1755
Note:
See TracChangeset
for help on using the changeset viewer.