Changeset 72326 in vbox for trunk/include/VBox
- Timestamp:
- May 24, 2018 6:56:44 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r71198 r72326 1660 1660 1661 1661 /** 1662 * Check if NEM is supported when no VT-x/AMD-V is indicated by the CPU. 1663 * 1664 * This is really only for the windows case where we're running in a root 1665 * partition and isn't allowed to use the hardware directly. 1666 * 1667 * @returns True if NEM API support, false if not. 1668 */ 1669 SUPR3DECL(bool) SUPR3IsNemSupportedWhenNoVtxOrAmdV(void); 1670 1671 /** 1662 1672 * Open the tracer. 1663 1673 *
Note:
See TracChangeset
for help on using the changeset viewer.