VirtualBox

Changeset 35689 in vbox


Ignore:
Timestamp:
Jan 24, 2011 4:13:19 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69615
Message:

Main: one more

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r35676 r35689  
    3434#include "VMMDev.h"
    3535#include "Global.h"
     36#ifdef VBOX_WITH_PCI_PASSTHROUGH
    3637#include "PciRawDevImpl.h"
     38#endif
    3739
    3840// generated header
     
    455457}
    456458
     459#ifdef VBOX_WITH_PCI_PASSTHROUGH
    457460static HRESULT attachRawPciDevices(BusAssignmentManager* BusMgr,
    458461                                   PCFGMNODE             pDevices,
     
    512515    return hrc;
    513516}
     517#endif
    514518
    515519/**
     
    980984            hrc = BusMgr->assignPciDevice("ich9pcibridge", pInst);                               H();
    981985
     986#ifdef VBOX_WITH_PCI_PASSTHROUGH
    982987            /* Add PCI passthrough devices */
    983988            hrc = attachRawPciDevices(BusMgr, pDevices, pConsole);                               H();
     989#endif
    984990        }
    985991        /*
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