CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2018/07/13 02:42:49
Modified files: usr.sbin/vmd : control.c parse.y vm.conf.5 vmd.c vmd.h vmm.c Log message: Add "allow instance" option. This allows users to create VM instances and change desired options, for example a user can be allowed to run a VM with all the pre-configured options but specify an own disk image. (mlarkin@ was fine with iterating over it) OK ccardenas@