CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2017/08/31 00:23:37
Modified files: usr.sbin/vmctl : vmctl.c usr.sbin/vmd : config.c vmd.h Log message: vmd/vmctl: disallow use of block or character devices as disks in VMs. These don't work today and present the user with a confusing error message if an attempt is made to use them. This commit detects attempts to use block or character devices and if detected, presents the user with a better message. ok jasper >From Carlos Cardenas, thanks!