VirtualBox

Changeset 107569 in vbox


Ignore:
Timestamp:
Jan 9, 2025 9:22:03 AM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166642
Message:

VMM/CPUM: Fixed regression in cpumLookupMsrRange since r146925 affecting cpumR3MsrApplyFudge by making it think only MSR 0 exists and must apply all the fudging entries. jiraref:VBP-947

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp

    r107113 r107569  
    56745674    if (!cRanges)
    56755675        return NULL;
     5676# ifdef IN_RING3 /* Must use paMsrRangesR3 for it to work during early init (fudging). */
     5677    PCPUMMSRRANGE   paRanges  = pVM->cpum.s.GuestInfo.paMsrRangesR3;
     5678# else
    56765679    PCPUMMSRRANGE   paRanges  = pVM->cpum.s.GuestInfo.aMsrRanges;
     5680# endif
    56775681    for (;;)
    56785682    {
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