VirtualBox
Show
Ignore:
Timestamp:
11/03/08 13:19:40 (2 months ago)
Author:
vboxsync
Message:

Some initial VM data restructuring.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/gvmm.h

    r12653 r13742  
    125125GVMMR0DECL(int)     GVMMR0QueryConfig(PSUPDRVSESSION pSession, const char *pszName, uint64_t *pu64Value); 
    126126 
    127 GVMMR0DECL(int)     GVMMR0CreateVM(PSUPDRVSESSION pSession, PVM *ppVM); 
     127GVMMR0DECL(int)     GVMMR0CreateVM(PSUPDRVSESSION pSession, uint32_t cCPUs, PVM *ppVM); 
    128128GVMMR0DECL(int)     GVMMR0InitVM(PVM pVM); 
    129129GVMMR0DECL(int)     GVMMR0DestroyVM(PVM pVM); 
     
    149149    /** The support driver session. (IN) */ 
    150150    PSUPDRVSESSION  pSession; 
     151    /** Number of virtual CPUs for the new VM. (IN) */ 
     152    uint32_t        cCPUs; 
    151153    /** Pointer to the ring-3 mapping of the shared VM structure on return. (OUT) */ 
    152154    PVMR3           pVMR3; 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy