Changeset 63465 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Aug 15, 2016 10:00:20 AM (8 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
r62478 r63465 1850 1850 1851 1851 1852 #if 0 /* unused */ 1852 1853 /** 1853 1854 * Gets the host physical address for a page given by it's ID. … … 1864 1865 return NIL_RTHCPHYS; 1865 1866 } 1867 #endif /* unused */ 1866 1868 1867 1869 -
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r63127 r63465 598 598 599 599 600 #ifdef VBOX_STRICT 600 601 /** 601 602 * Reads the VM-entry exception error code field from the VMCS into … … 613 614 return VINF_SUCCESS; 614 615 } 615 616 616 #endif /* VBOX_STRICT */ 617 618 619 #ifdef VBOX_STRICT 617 620 /** 618 621 * Reads the VM-entry exception error code field from the VMCS into … … 630 633 return VINF_SUCCESS; 631 634 } 635 #endif /* VBOX_STRICT */ 632 636 633 637 … … 7845 7849 7846 7850 7851 #if 0 /* unused */ 7847 7852 /** 7848 7853 * Sets a general-protection (\#GP) exception as pending-for-injection into the … … 7863 7868 hmR0VmxSetPendingEvent(pVCpu, u32IntInfo, 0 /* cbInstr */, u32ErrorCode, 0 /* GCPtrFaultAddress */); 7864 7869 } 7870 #endif /* unused */ 7865 7871 7866 7872
Note:
See TracChangeset
for help on using the changeset viewer.