VirtualBox

Changeset 21209 in vbox for trunk/src/VBox/VMM/HWACCM.cpp


Ignore:
Timestamp:
Jul 3, 2009 2:50:36 PM (15 years ago)
Author:
vboxsync
Message:

Updates for io instruction restarts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/HWACCM.cpp

    r21125 r21209  
    16351635}
    16361636
     1637/**
     1638 * Restart an I/O instruction that was refused in ring-0
     1639 *
     1640 * @returns VBox status code
     1641 * @param   pVM         The VM to operate on.
     1642 * @param   pVM         The VM to operate on.
     1643 */
     1644VMMR3DECL(int)  HWACCMR3RestartPendingIOInstr(PVM pVM, PVMCPU pVCpu)
     1645{
     1646    return VERR_NOT_FOUND;
     1647}
    16371648
    16381649/**
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