VirtualBox

Changeset 36988 in vbox


Ignore:
Timestamp:
May 6, 2011 3:59:27 PM (14 years ago)
Author:
vboxsync
Message:

GVMMR0: Increased the maximum number of VMs from 1024 to 8192 on 64-bit hosts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp

    r36235 r36988  
    100100    /** Our own index / handle value. */
    101101    uint16_t            iSelf;
     102    /** The process ID of the handle owner.
     103     * This is used for access checks. */
     104    RTPROCESS           ProcId;
    102105    /** The pointer to the ring-0 only (aka global) VM structure. */
    103106    PGVM                pGVM;
     
    112115     * at times like assertions. */
    113116    RTNATIVETHREAD      hEMT0;
    114     /** The process ID of the handle owner.
    115      * This is used for access checks. */
    116     RTPROCESS           ProcId;
    117117} GVMHANDLE;
    118118/** Pointer to a global VM handle. */
     
    121121/** Number of GVM handles (including the NIL handle). */
    122122#if HC_ARCH_BITS == 64
    123 # define GVMM_MAX_HANDLES   1024
     123# define GVMM_MAX_HANDLES   8192
    124124#else
    125125# define GVMM_MAX_HANDLES   128
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