CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/01 11:00:50
Modified files:
usr.sbin/vmd : Makefile vmd.h vmm.c
Added files:
usr.sbin/vmd : vm.c
Log message:
Split vmm.c into two files: vm.c for the VM child, vmm.c for the parent
As discussed with mlarkin@, it makes it easier to maintain the file.
OK mlarkin@
