git: nvmm: Reduce NVMM_MAX_VCPUS from 256 to 128

Aaron LI aly at crater.dragonflybsd.org
Tue Jul 20 16:30:30 PDT 2021


commit ddb95be16a84b930e22002e1ffea3cad1ddd5049
Author: Aaron LI <aly at aaronly.me>
Date:   Sun Jul 4 20:41:42 2021 +0800

    nvmm: Reduce NVMM_MAX_VCPUS from 256 to 128
    
    Unfortunately not all x86 guests can work with a max value of 256, due
    to overflowing uint8_t.  Reduce it to 128.

Summary of changes:
 sys/dev/virtual/nvmm/nvmm_internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ddb95be16a84b930e22002e1ffea3cad1ddd5049


-- 
DragonFly BSD source repository


More information about the Commits mailing list