Changeset 58124 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Oct 8, 2015 6:30:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r58123 r58124 531 531 532 532 /** 533 * Updates the VM's last error record. If there was a VMX instruction error, 534 * reads the error data from the VMCS and updates VCPU's last error record as 535 * well. 533 * Updates the VM's last error record. 534 * 535 * If there was a VMX instruction error, reads the error data from the VMCS and 536 * updates VCPU's last error record as well. 536 537 * 537 538 * @param pVM The cross context VM structure.
Note:
See TracChangeset
for help on using the changeset viewer.