VirtualBox

Changeset 61781 in vbox


Ignore:
Timestamp:
Jun 21, 2016 7:19:34 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108173
Message:

vbox.py: don't dump apic on 5.0 and older. guestgdt -> gdtguest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r61719 r61781  
    25882588                                 ('clocks', ''),
    25892589                                 ('timers', ''),
    2590                                  ('guestgdt', ''),
     2590                                 ('gdtguest', ''),
    25912591                                 ('ldtguest', ''),
    25922592                                ]:
     2593                if sInfo in ['apic',] and self.fpApiVer < 5.1: # asserts and burns
     2594                    continue;
    25932595                sThis = oSession.queryDbgInfo(sInfo, sArg);
    25942596                if sThis is not None and len(sThis) > 0:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette