File tree 4 files changed +0
-8977
lines changed
4 files changed +0
-8977
lines changed Original file line number Diff line number Diff line change @@ -368,10 +368,6 @@ VBOX_WITH_DEBUGGER_GUI = 1
368
368
# Enable the PDM Lock and let I/O threads call into the PICs.
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
377
373
## @}
Original file line number Diff line number Diff line change 56
56
ifdef VBOX_WITH_DTRACE_RC
57
57
VMM_COMMON_DEFS += VBOX_WITH_DTRACE_RC
58
58
endif
59
- ifdef VBOX_WITH_OLD_VTX_CODE
60
- VMM_COMMON_DEFS += VBOX_WITH_OLD_VTX_CODE
61
- endif
62
- ifdef VBOX_WITH_OLD_AMDV_CODE
63
- VMM_COMMON_DEFS += VBOX_WITH_OLD_AMDV_CODE
64
- endif
65
59
ifdef VBOX_WITH_SAFE_STR
66
60
VMM_COMMON_DEFS += VBOX_WITH_SAFE_STR
67
61
endif
You can’t perform that action at this time.
0 commit comments