VirtualBox

Changeset 49843 in vbox


Ignore:
Timestamp:
Dec 9, 2013 1:51:55 PM (11 years ago)
Author:
vboxsync
Message:

SUPDrv-solaris.c: rdmsr/wrmsr hints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c

    r49634 r49843  
    11931193int VBOXCALL    supdrvOSMsrProberRead(uint32_t uMsr, RTCPUID idCpu, uint64_t *puValue)
    11941194{
     1195/** @todo cmi_hdl_rdmsr can safely do this. there is also the on_trap() fun
     1196 *        for catching traps that could possibly be used directly. */
    11951197    NOREF(uMsr); NOREF(idCpu); NOREF(puValue);
    11961198    return VERR_NOT_SUPPORTED;
     
    12001202int VBOXCALL    supdrvOSMsrProberWrite(uint32_t uMsr, RTCPUID idCpu, uint64_t uValue)
    12011203{
     1204/** @todo cmi_hdl_wrmsr can safely do this. */
    12021205    NOREF(uMsr); NOREF(idCpu); NOREF(uValue);
    12031206    return VERR_NOT_SUPPORTED;
Note: See TracChangeset for help on using the changeset viewer.

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