VirtualBox

Changeset 81004 in vbox


Ignore:
Timestamp:
Sep 25, 2019 10:12:43 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133601
Message:

SUPDrv: Disabled cached queries of hwvirt MSRs until proper locking is done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp

    r80531 r81004  
    46044604    RTThreadPreemptDisable(&PreemptState);
    46054605
     4606    /** @todo Disabled caching for now until proper locking is implemented. */
     4607#if 0
    46064608    /*
    46074609     * Querying MSRs from hardware can be expensive (exponentially more so
     
    46184620        return VINF_SUCCESS;
    46194621    }
     4622#else
     4623    RT_NOREF(fForce);
     4624#endif
    46204625
    46214626    /*
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