Changeset 81987 in vbox for trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py
- Timestamp:
- Nov 19, 2019 11:21:38 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py
r81982 r81987 1635 1635 fRc = True; 1636 1636 try: 1637 if oSession.fpApiVer >= 6.1 and hasattr(self.o.machine, 'graphicsAdapter'):1637 if self.fpApiVer >= 6.1 and hasattr(self.o.machine, 'graphicsAdapter'): 1638 1638 self.o.machine.graphicsAdapter.VRAMSize = cMB; 1639 1639 else:
Note:
See TracChangeset
for help on using the changeset viewer.