CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/07/12 06:04:49
Modified files:
usr.sbin/vmd : parse.y vm.conf.5 vmd.c vmd.h vmm.c
usr.sbin/vmctl : main.c vmctl.8 vmctl.c vmctl.h
Log message:
Allow to use configured/running VMs as templates for other VM instances.
This introduces new grammar and the -t optional in vmctl start.
(For now, only root can create VM instances; but it is planned to allow
users to create their own VMs based on permissions and quota.)
OK ccardenas@ mlarkin@ jmc@