Changeset 75957 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Dec 5, 2018 8:06:38 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127173
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r75830 r75957 15716 15716 15717 15717 /** 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. 15719 15720 * 15720 15721 * @returns Strict VBox status code. … … 15722 15723 * @thread EMT(pVCpu) 15723 15724 */ 15724 VMM_INT_DECL(VBOXSTRICTRC) IEMExecVmxV irtApicWriteEmulation(PVMCPU pVCpu)15725 VMM_INT_DECL(VBOXSTRICTRC) IEMExecVmxVmexitApicWrite(PVMCPU pVCpu) 15725 15726 { 15726 15727 IEM_CTX_ASSERT(pVCpu, IEM_CPUMCTX_EXTRN_VMX_VMEXIT_MASK);
Note:
See TracChangeset
for help on using the changeset viewer.