Changeset 47444 in vbox for trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
- Timestamp:
- Jul 29, 2013 12:37:31 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r47123 r47444 1613 1613 rc = VMXReadVmcs64(VMX_VMCS64_GUEST_PDPTE3_FULL, &aPdpes[3].u); AssertRCReturn(rc, rc); 1614 1614 1615 rc =PGMGstUpdatePaePdpes(pVCpu, &aPdpes[0]);1615 PGMGstUpdatePaePdpes(pVCpu, &aPdpes[0]); 1616 1616 AssertRCReturn(rc, rc); 1617 1617 } … … 4598 4598 4599 4599 uint32_t cbSize = g_aIOSize[uIOWidth]; 4600 if (VMX_EXIT_QUALIFICATION_IO_ STRING(exitQualification))4600 if (VMX_EXIT_QUALIFICATION_IO_IS_STRING(exitQualification)) 4601 4601 { 4602 4602 /* ins/outs */
Note:
See TracChangeset
for help on using the changeset viewer.