VirtualBox

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


Ignore:
Timestamp:
Dec 5, 2018 8:06:38 AM (6 years ago)
Author:
vboxsync
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/include/VBox/vmm/iem.h

    r75683 r75957  
    329329#ifdef VBOX_WITH_NESTED_HWVIRT_VMX
    330330VMM_INT_DECL(VBOXSTRICTRC)  IEMExecVmxVirtApicAccessMsr(PVMCPU pVCpu, uint32_t idMsr, uint64_t *pu64Val, bool fWrite);
    331 VMM_INT_DECL(VBOXSTRICTRC)  IEMExecVmxVirtApicWriteEmulation(PVMCPU pVCpu);
     331VMM_INT_DECL(VBOXSTRICTRC)  IEMExecVmxVmexitApicWrite(PVMCPU pVCpu);
    332332VMM_INT_DECL(VBOXSTRICTRC)  IEMExecVmxVmexitPreemptTimer(PVMCPU pVCpu);
    333333VMM_INT_DECL(VBOXSTRICTRC)  IEMExecVmxVmexitExtInt(PVMCPU pVCpu, uint8_t uVector, bool fIntPending);
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