VirtualBox

Changeset 51182 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
May 5, 2014 12:08:40 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93555
Message:

VMM/IEM: Implemented hardware task-switches, code path disabled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/iem.h

    r47445 r51182  
    5959                                                               const void *pvOpcodeBytes, size_t cbOpcodeBytes);
    6060VMMDECL(VBOXSTRICTRC)       IEMExecLots(PVMCPU pVCpu);
    61 VMM_INT_DECL(VBOXSTRICTRC)  IEMInjectTrap(PVMCPU pVCpu, uint8_t u8TrapNo, TRPMEVENT enmType, uint16_t uErrCode, RTGCPTR uCr2);
     61VMMDECL(VBOXSTRICTRC)       IEMInjectTrpmEvent(PVMCPU pVCpu);
     62VMM_INT_DECL(VBOXSTRICTRC)  IEMInjectTrap(PVMCPU pVCpu, uint8_t u8TrapNo, TRPMEVENT enmType, uint16_t uErrCode, RTGCPTR uCr2,
     63                                          uint8_t cbInstr);
    6264
    6365VMM_INT_DECL(int)           IEMBreakpointSet(PVM pVM, RTGCPTR GCPtrBp);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette