VirtualBox

Changeset 19403 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 5, 2009 10:23:42 PM (16 years ago)
Author:
vboxsync
Message:

VBox/parma.h,VMM: VMCPU_MAX_CPU_COUNT & VMM_MAX_CPUS => VMM_MAX_CPU_COUNT, added VMM_MIN_CPU_COUNT for schema future replacement dropping a hint about these constants Main.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/param.h

    r19397 r19403  
    121121/** VMM stack size. */
    122122#define VMM_STACK_SIZE              8192U
     123/** Min number of Virtual CPUs. */
     124#define VMM_MIN_CPU_COUNT           1
    123125/** Max number of Virtual CPUs. */
    124 #define VMM_MAX_CPUS                255
     126#define VMM_MAX_CPU_COUNT           255
     127
    125128/** @} */
    126129
  • trunk/include/VBox/vm.h

    r19333 r19403  
    4343 * @{
    4444 */
    45 
    46 /** Maximum number of virtual CPUs per VM. */
    47 #define VMCPU_MAX_CPU_COUNT    255
    4845
    4946/**
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette