Module Name: src Committed By: maxv Date: Mon Feb 11 07:07:37 UTC 2019
Modified Files: src/sys/dev/nvmm: nvmm_internal.h Log Message: Increase the max guest ram from 4GB to 128GB. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/nvmm/nvmm_internal.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/nvmm/nvmm_internal.h diff -u src/sys/dev/nvmm/nvmm_internal.h:1.3 src/sys/dev/nvmm/nvmm_internal.h:1.4 --- src/sys/dev/nvmm/nvmm_internal.h:1.3 Sat Jan 26 15:25:51 2019 +++ src/sys/dev/nvmm/nvmm_internal.h Mon Feb 11 07:07:37 2019 @@ -1,4 +1,4 @@ -/* $NetBSD: nvmm_internal.h,v 1.3 2019/01/26 15:25:51 maxv Exp $ */ +/* $NetBSD: nvmm_internal.h,v 1.4 2019/02/11 07:07:37 maxv Exp $ */ /* * Copyright (c) 2018 The NetBSD Foundation, Inc. @@ -35,7 +35,7 @@ #define NVMM_MAX_MACHINES 128 #define NVMM_MAX_VCPUS 256 #define NVMM_MAX_SEGS 32 -#define NVMM_MAX_RAM (4UL * (1 << 30)) +#define NVMM_MAX_RAM (128ULL * (1 << 30)) struct nvmm_cpu { /* Shared. */