CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2017/08/18 01:01:29
Modified files: usr.sbin/vmctl : vmctl.c usr.sbin/vmd : config.c vmd.h Log message: distinguish errors during vm launch and return different error codes to vmctl so that it can display proper errors for "disk missing" and "bios missing" situations. Expands on an earlier idea/diff from jasper. ok jasper@, pd@, tedu@