- Timestamp:
- Dec 5, 2019 11:20:16 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135290
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
r81964 r82442 437 437 } 438 438 439 #ifdef VBOX_WITH_PCI_PASSTHROUGH 439 440 /** Parse PCI address in format 01:02.03 and convert it to the numeric representation. */ 440 441 static int32_t parsePci(const char* szPciAddr) … … 458 459 return (aVals[0] << 8) | (aVals[1] << 3) | (aVals[2] << 0); 459 460 } 461 #endif 460 462 461 463 void parseGroups(const char *pcszGroups, com::SafeArray<BSTR> *pGroups)
Note:
See TracChangeset
for help on using the changeset viewer.