Changeset 43394 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Sep 21, 2012 11:11:17 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r43387 r43394 744 744 * we hope to get away with page faults and later calling into the kernel. 745 745 */ 746 case VMMR0_DO_H WACC_RUN:746 case VMMR0_DO_HM_RUN: 747 747 { 748 748 #ifdef VBOX_WITH_VMMR0_DISABLE_PREEMPTION … … 964 964 * Attempt to enable hm mode and check the current setting. 965 965 */ 966 case VMMR0_DO_H WACC_ENABLE:966 case VMMR0_DO_HM_ENABLE: 967 967 return HMR0EnableAllCpus(pVM); 968 968 … … 970 970 * Setup the hardware accelerated session. 971 971 */ 972 case VMMR0_DO_H WACC_SETUP_VM:972 case VMMR0_DO_HM_SETUP_VM: 973 973 return HMR0SetupVM(pVM); 974 974
Note:
See TracChangeset
for help on using the changeset viewer.