Changeset 61781 in vbox
- Timestamp:
- Jun 21, 2016 7:19:34 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108173
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r61719 r61781 2588 2588 ('clocks', ''), 2589 2589 ('timers', ''), 2590 ('g uestgdt', ''),2590 ('gdtguest', ''), 2591 2591 ('ldtguest', ''), 2592 2592 ]: 2593 if sInfo in ['apic',] and self.fpApiVer < 5.1: # asserts and burns 2594 continue; 2593 2595 sThis = oSession.queryDbgInfo(sInfo, sArg); 2594 2596 if sThis is not None and len(sThis) > 0:
Note:
See TracChangeset
for help on using the changeset viewer.