CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2024/11/05 16:16:46
Modified files: usr.sbin/vmd : psp.c vmd.c vmd.h Log message: vmd(8) resets psp(4) Use shutdown and init to reset psp(4) on vmd(8) startup. This helps when hacking on vmd(8) and crashing it. The psp(4) reset cleans up all remnants of dead VMs from psp(4). Otherwise one would have to reboot the machine. from hshoexer@; OK mlarkin@