Changeset 43390 in vbox
- Timestamp:
- Sep 21, 2012 10:04:33 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80868
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_svm.h
r43387 r43390 33 33 34 34 /** @defgroup grp_svm svm Types and Definitions 35 * @ingroup grp_h waccm35 * @ingroup grp_hm 36 36 * @{ 37 37 */ -
trunk/include/VBox/vmm/hm_vmx.h
r43387 r43390 33 33 34 34 /** @defgroup grp_vmx vmx Types and Definitions 35 * @ingroup grp_h waccm35 * @ingroup grp_hm 36 36 * @{ 37 37 */ -
trunk/src/VBox/VMM/VMMRC/VMMRC.def
r41147 r43390 78 78 VMXGCStartVM64 79 79 SVMGCVMRun64 80 H WACCMSaveGuestFPU6481 H WACCMSaveGuestDebug6482 H WACCMTestSwitcher6480 HMSaveGuestFPU64 81 HMSaveGuestDebug64 82 HMTestSwitcher64 83 83 84 84 ; runtime
Note:
See TracChangeset
for help on using the changeset viewer.