- Timestamp:
- Dec 16, 2021 8:19:19 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r92953 r92954 2484 2484 if fRc and sChipsetType == 'piix3': 2485 2485 fRc = oSession.setChipsetType(vboxcon.ChipsetType_PIIX3); 2486 elif sChipsetType == 'ich9':2486 elif fRc and sChipsetType == 'ich9': 2487 2487 fRc = oSession.setChipsetType(vboxcon.ChipsetType_ICH9); 2488 2488 if fRc and sCom1RawFile:
Note:
See TracChangeset
for help on using the changeset viewer.

