Changeset 13742 for trunk/include/VBox/gvmm.h
- Timestamp:
- 11/03/08 13:19:40 (2 months ago)
- Files:
-
- trunk/include/VBox/gvmm.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/gvmm.h
r12653 r13742 125 125 GVMMR0DECL(int) GVMMR0QueryConfig(PSUPDRVSESSION pSession, const char *pszName, uint64_t *pu64Value); 126 126 127 GVMMR0DECL(int) GVMMR0CreateVM(PSUPDRVSESSION pSession, PVM *ppVM);127 GVMMR0DECL(int) GVMMR0CreateVM(PSUPDRVSESSION pSession, uint32_t cCPUs, PVM *ppVM); 128 128 GVMMR0DECL(int) GVMMR0InitVM(PVM pVM); 129 129 GVMMR0DECL(int) GVMMR0DestroyVM(PVM pVM); … … 149 149 /** The support driver session. (IN) */ 150 150 PSUPDRVSESSION pSession; 151 /** Number of virtual CPUs for the new VM. (IN) */ 152 uint32_t cCPUs; 151 153 /** Pointer to the ring-3 mapping of the shared VM structure on return. (OUT) */ 152 154 PVMR3 pVMR3;

