Changeset 47646 in vbox
- Timestamp:
- Aug 9, 2013 1:50:41 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87847
- Location:
- trunk
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r47519 r47646 369 369 # TODO: Eliminate VBOX_WITH_PDM_LOCK. 370 370 VBOX_WITH_PDM_LOCK = 1 371 # Activate this to use the old VT-x code.372 VBOX_WITH_OLD_VTX_CODE =373 # Activate this to use the old AMD-V code.374 VBOX_WITH_OLD_AMDV_CODE =375 371 # Enables the first step using IEM (the interpreter). 376 372 VBOX_WITH_FIRST_IEM_STEP = 1 -
trunk/src/VBox/VMM/Makefile.kmk
r47427 r47646 56 56 ifdef VBOX_WITH_DTRACE_RC 57 57 VMM_COMMON_DEFS += VBOX_WITH_DTRACE_RC 58 endif59 ifdef VBOX_WITH_OLD_VTX_CODE60 VMM_COMMON_DEFS += VBOX_WITH_OLD_VTX_CODE61 endif62 ifdef VBOX_WITH_OLD_AMDV_CODE63 VMM_COMMON_DEFS += VBOX_WITH_OLD_AMDV_CODE64 58 endif 65 59 ifdef VBOX_WITH_SAFE_STR
Note:
See TracChangeset
for help on using the changeset viewer.