Changeset 80309 in vbox
- Timestamp:
- Aug 15, 2019 7:53:56 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132767
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Config.kmk ¶
r80256 r80309 430 430 if1of ($(KBUILD_TARGET), win) 431 431 VBOX_WITH_NATIVE_NEM = 1 432 endif 433 # Enables new VM/GVM allocation style (see VBox/types.h too). 434 if1of ($(KBUILD_TARGET), win) 435 # VBOX_BUGREF_9217 := 1 432 436 endif 433 437 ## @} … … 1682 1686 ifdef VBOX_WITH_RAW_MODE 1683 1687 DEFS += VBOX_WITH_RAW_MODE 1688 endif 1689 ifdef VBOX_BUGREF_9217 ## @todo remove later. 1690 DEFS += VBOX_BUGREF_9217 1684 1691 endif 1685 1692 -
TabularUnified trunk/include/VBox/vmm/gvm.h ¶
r80281 r80309 31 31 #endif 32 32 33 #ifndef USING_VMM_COMMON_DEFS 34 # error "Compile job does not include VMM_COMMON_DEFS from src/VBox/Config.kmk - make sure you really need to include this file!" 35 #endif 33 36 #include <VBox/types.h> 34 37 #ifdef VBOX_BUGREF_9217 -
TabularUnified trunk/include/VBox/vmm/vm.h ¶
r80281 r80309 31 31 32 32 #ifndef VBOX_FOR_DTRACE_LIB 33 # ifndef USING_VMM_COMMON_DEFS 34 # error "Compile job does not include VMM_COMMON_DEFS from src/VBox/Config.kmk - make sure you really need to include this file!" 35 # endif 33 36 # include <iprt/param.h> 34 37 # include <VBox/param.h> -
TabularUnified trunk/src/VBox/VMM/Config.kmk ¶
r80305 r80309 29 29 ## DEFS variable that is picked up by all three VMM targets (R0, R3, RC). 30 30 # Can be prepended to by setting it in LocalConfig.kmk 31 VMM_COMMON_DEFS := USING_VMM_COMMON_DEFS 31 32 ifdef VBOX_WITH_3RD_IEM_STEP 32 33 VMM_COMMON_DEFS += VBOX_WITH_3RD_IEM_STEP … … 83 84 endif 84 85 endif 85 ifdef VBOX_BUGREF_921786 VMM_COMMON_DEFS += VBOX_BUGREF_921787 endif88 86 89 87 # VMM_COMMON_DEFS += VBOX_WITH_NS_ACCOUNTING_STATS
Note:
See TracChangeset
for help on using the changeset viewer.