VirtualBox

Changeset 75957 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Dec 5, 2018 8:06:38 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127173
Message:

VMM: Nested VMX: bugref:9180 Added APIC-write emulation VM-exit and enabled NMI delivery in the ring-3 EM loop.

File:
1 edited

Legend:

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

    r75830 r75957  
    1571615716
    1571715717/**
    15718  * Interface for HM and EM to perform a APIC-write emulation.
     15718 * Interface for HM and EM to perform an APIC-write emulation which may cause a
     15719 * VM-exit.
    1571915720 *
    1572015721 * @returns Strict VBox status code.
     
    1572215723 * @thread  EMT(pVCpu)
    1572315724 */
    15724 VMM_INT_DECL(VBOXSTRICTRC) IEMExecVmxVirtApicWriteEmulation(PVMCPU pVCpu)
     15725VMM_INT_DECL(VBOXSTRICTRC) IEMExecVmxVmexitApicWrite(PVMCPU pVCpu)
    1572515726{
    1572615727    IEM_CTX_ASSERT(pVCpu, IEM_CPUMCTX_EXTRN_VMX_VMEXIT_MASK);
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