CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/11/26 01:26:48
Modified files:
sys/arch/amd64/amd64: vmm.c
sys/arch/amd64/include: vmmvar.h
usr.sbin/vmd : vmd.c
usr.sbin/vmmctl: main.c parser.c parser.h vmm.conf.5 vmmctl.8
vmmctl.c
Log message:
Automatically start vmm(4) when the first VM is created and after the
last VM is terminated. This allows to remove the explicit "vmm
enable" / "vmm disable" (VMM_IOC_START / VMM_IOC_STOP) ioctls. You'll
have to update kernel and userland for this change, as the kernel ABI
changes.
OK mpi@ mlarkin@