Changeset 79665 in vbox
- Timestamp:
- Jul 10, 2019 8:57:08 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r79664 r79665 10614 10614 10615 10615 /** 10616 * Dispatching a host NMI on the host CPU that received the NMI.10616 * Dispatching an NMI on the host CPU that received it. 10617 10617 * 10618 10618 * @returns VBox status code. 10619 10619 * @param pVCpu The cross context virtual CPU structure. 10620 10620 * @param pVmcsInfo The VMCS info. object corresponding to the VMCS that was 10621 * executing when receiving the host NMI. 10621 * executing when receiving the host NMI in VMX non-root 10622 * operation. 10622 10623 */ 10623 10624 static int hmR0VmxExitHostNmi(PVMCPU pVCpu, PCVMXVMCSINFO pVmcsInfo)
Note:
See TracChangeset
for help on using the changeset viewer.