CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2022/05/03 20:24:26
Modified files: sys/arch/amd64/amd64: vmm.c usr.sbin/vmctl : vmctl.c Log message: Missed removing some memory scaling in vmm, vmctl. Continuation of commitid RbITgDkOsW8SMssz removing use of megabytes instead of bytes in vmm(4) and vmctl(8). Missed this spot that only manifests after a vm is started and has its runtime details inspected.