Searched defs:GuestPCIAddress (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp647 PCIBusAddress GuestPCIAddress; local
650 GuestPCIAddress.fromLong(guest);
651 Assert(GuestPCIAddress.valid());
653 if (GuestPCIAddress.miBus > 0)
656 int iBase = GuestPCIAddress.miBus - 1;
697 PCIBusAddress HostPCIAddress, GuestPCIAddress; local
719 GuestPCIAddress.fromLong(guest);
720 Assert(GuestPCIAddress.valid());
721 hrc = pBusMgr->assignHostPCIDevice("pciraw", pInst, HostPCIAddress, GuestPCIAddress, true);
725 InsertConfigInteger(pCfg, "GuestPCIBusNo", GuestPCIAddress
[all...]

Completed in 93 milliseconds