VirtualBox

Changeset 47988 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Aug 22, 2013 1:01:54 PM (11 years ago)
Author:
vboxsync
Message:

Solaris reads MSR_RAPL_POWER_UNIT, give it some fake values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/defs.h

    r45125 r47988  
    9797 *      0x800706be - RPC_S_CALL_FAILED.         Killed after call was made.
    9898 *      0x800706bf - RPC_S_CALL_FAILED_DNE.     Not observed, but should be matter of timing.
     99 *      0x80010108 - RPC_E_DISCONNECTED.        Observed deregistering
     100 *                                              python event listener.
    99101 */
    100102#define FAILED_DEAD_INTERFACE(rc) \
     
    102104     || (rc) == HRESULT_FROM_WIN32(RPC_S_CALL_FAILED) \
    103105     || (rc) == HRESULT_FROM_WIN32(RPC_S_CALL_FAILED_DNE) \
     106     || (rc) == RPC_E_DISCONNECTED \
    104107    )
    105108
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