VirtualBox

Changeset 14106 in vbox for trunk


Ignore:
Timestamp:
Nov 11, 2008 7:23:55 PM (16 years ago)
Author:
vboxsync
Message:

Added dummy HWACCMR3InjectNMI.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/hwaccm.h

    r13879 r14106  
    115115VMMR3DECL(void) HWACCMR3PagingModeChanged(PVM pVM, PGMMODE enmShadowMode, PGMMODE enmGuestMode);
    116116VMMR3DECL(bool) HWACCMR3IsVPIDActive(PVM pVM);
     117VMMR3DECL(int)  HWACCMR3InjectNMI(PVM pVM);
    117118
    118119/** @} */
  • trunk/src/VBox/VMM/HWACCM.cpp

    r14091 r14106  
    10761076}
    10771077
     1078
     1079/**
     1080 * Inject an NMI into a running VM
     1081 *
     1082 * @returns boolean
     1083 * @param   pVM         The VM to operate on.
     1084 */
     1085VMMR3DECL(int)  HWACCMR3InjectNMI(PVM pVM)
     1086{
     1087    return VINF_SUCCESS;
     1088}
     1089
    10781090/**
    10791091 * Check fatal VT-x/AMD-V error and produce some meaningful
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