VirtualBox

Changeset 85450 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 24, 2020 7:51:14 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139495
Message:

HostDrivers/Support: Added reading the SMM address/mask MSRs while reading the rest of the AMD-V MSRs from the host.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/sup.h

    r85213 r85450  
    144144        {
    145145            uint64_t        u64MsrHwcr;
    146             uint64_t        u64Padding[27];
    147         }svm;
     146            uint64_t        u64MsrSmmAddr;
     147            uint64_t        u64MsrSmmMask;
     148            uint64_t        u64Padding[25];
     149        } svm;
    148150    } u;
    149151} SUPHWVIRTMSRS;
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