Changeset 35689 in vbox
- Timestamp:
- Jan 24, 2011 4:13:19 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69615
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r35676 r35689 34 34 #include "VMMDev.h" 35 35 #include "Global.h" 36 #ifdef VBOX_WITH_PCI_PASSTHROUGH 36 37 #include "PciRawDevImpl.h" 38 #endif 37 39 38 40 // generated header … … 455 457 } 456 458 459 #ifdef VBOX_WITH_PCI_PASSTHROUGH 457 460 static HRESULT attachRawPciDevices(BusAssignmentManager* BusMgr, 458 461 PCFGMNODE pDevices, … … 512 515 return hrc; 513 516 } 517 #endif 514 518 515 519 /** … … 980 984 hrc = BusMgr->assignPciDevice("ich9pcibridge", pInst); H(); 981 985 986 #ifdef VBOX_WITH_PCI_PASSTHROUGH 982 987 /* Add PCI passthrough devices */ 983 988 hrc = attachRawPciDevices(BusMgr, pDevices, pConsole); H(); 989 #endif 984 990 } 985 991 /*
Note:
See TracChangeset
for help on using the changeset viewer.