Changeset 19403 in vbox for trunk/include/VBox
- Timestamp:
- May 5, 2009 10:23:42 PM (16 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/param.h
r19397 r19403 121 121 /** VMM stack size. */ 122 122 #define VMM_STACK_SIZE 8192U 123 /** Min number of Virtual CPUs. */ 124 #define VMM_MIN_CPU_COUNT 1 123 125 /** Max number of Virtual CPUs. */ 124 #define VMM_MAX_CPUS 255 126 #define VMM_MAX_CPU_COUNT 255 127 125 128 /** @} */ 126 129 -
trunk/include/VBox/vm.h
r19333 r19403 43 43 * @{ 44 44 */ 45 46 /** Maximum number of virtual CPUs per VM. */47 #define VMCPU_MAX_CPU_COUNT 25548 45 49 46 /**
Note:
See TracChangeset
for help on using the changeset viewer.