VirtualBox

Changeset 13161 in vbox


Ignore:
Timestamp:
Oct 10, 2008 11:01:14 AM (16 years ago)
Author:
vboxsync
Message:

Emulate WBINVD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r13146 r13161  
    17571757    /* only allow direct calls to EMInterpretIret for now */
    17581758    return VERR_EM_INTERPRETER;
     1759}
     1760
     1761/**
     1762 * WBINVD Emulation.
     1763 */
     1764static int emInterpretWbInvd(PVM pVM, PDISCPUSTATE pCpu, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, uint32_t *pcbSize)
     1765{
     1766    /* Nothing to do. */
     1767    return VINF_SUCCESS;
    17591768}
    17601769
     
    28842893        INTERPRET_CASE(OP_HLT,Hlt);
    28852894        INTERPRET_CASE(OP_IRET,Iret);
     2895        INTERPRET_CASE(OP_WBINVD,WbInvd);
    28862896#ifdef VBOX_WITH_STATISTICS
    28872897#ifndef IN_GC
     
    28902900#endif
    28912901        INTERPRET_STAT_CASE(OP_MOVNTPS,MovNTPS);
    2892         INTERPRET_STAT_CASE(OP_WBINVD,WbInvd);
    28932902#endif
    28942903        default:
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