Changeset 35992 in vbox
- Timestamp:
- Feb 16, 2011 11:23:23 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70064
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h
r35986 r35992 54 54 uint32_t HostPciAddress; 55 55 56 /** The session this interface is associated with. */ 57 PSUPDRVSESSION pSession; 58 /** The SUPR0 object id. */ 59 void *pvObj; 60 56 61 /** Port, given to the outside world. */ 57 62 RAWPCIDEVPORT DevPort; -
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r35984 r35992 5837 5837 if (FAILED(rc)) return rc; 5838 5838 5839 ChipsetType_T aChipset = ChipsetType_PIIX3; 5840 COMGETTER(ChipsetType)(&aChipset); 5841 5842 if (aChipset != ChipsetType_ICH9) 5843 { 5844 return setError(E_INVALIDARG, 5845 tr("Host PCI attachment only supported with ICH9 chipset")); 5846 } 5847 5839 5848 ComObjPtr<PciDeviceAttachment> pda; 5840 5849 char name[32];
Note:
See TracChangeset
for help on using the changeset viewer.