Changeset 39310 in vbox for trunk/include/VBox
- Timestamp:
- Nov 15, 2011 2:02:06 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 74868
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/param.h
r37968 r39310 136 136 #define VMM_MIN_CPU_COUNT 1 137 137 /** Max number of Virtual CPUs. */ 138 #define VMM_MAX_CPU_COUNT 32138 #define VMM_MAX_CPU_COUNT 64 139 139 140 140 /** @} */ -
trunk/include/VBox/param.mac
r37968 r39310 30 30 %endif 31 31 %define VMM_MIN_CPU_COUNT 1 32 %define VMM_MAX_CPU_COUNT 3232 %define VMM_MAX_CPU_COUNT 64 33 33 %define VBOX_PCI_VENDORID (0x80ee) 34 34 %define VBOX_VENDORID VBOX_PCI_VENDORID
Note:
See TracChangeset
for help on using the changeset viewer.