VirtualBox

Changeset 37794 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 6, 2011 10:24:07 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72670
Message:

more PCI passthrough fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r36984 r37794  
    17381738/** @} */
    17391739
     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
    17401754/* SED-END */
    17411755
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette