Changeset 21209 in vbox for trunk/src/VBox/VMM/HWACCM.cpp
- Timestamp:
- Jul 3, 2009 2:50:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r21125 r21209 1635 1635 } 1636 1636 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 */ 1644 VMMR3DECL(int) HWACCMR3RestartPendingIOInstr(PVM pVM, PVMCPU pVCpu) 1645 { 1646 return VERR_NOT_FOUND; 1647 } 1637 1648 1638 1649 /**
Note:
See TracChangeset
for help on using the changeset viewer.