Missed removing some memory scaling in vmm, vmctl.
authordv <dv@openbsd.org>
Wed, 4 May 2022 02:24:26 +0000 (02:24 +0000)
committerdv <dv@openbsd.org>
Wed, 4 May 2022 02:24:26 +0000 (02:24 +0000)
commit39e812af2b727c024bb7c03d66674140a0db3d4d
tree0a44e3e469cc7c3a17d33db091bb4948f8bbb38b
parente545c54c39eba583df20ad368257dbafb2f27d17
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.
sys/arch/amd64/amd64/vmm.c
usr.sbin/vmctl/vmctl.c