CVSROOT: /cvs Module name: src Changes by: ste...@cvs.openbsd.org 2016/09/02 10:23:40
Modified files: usr.sbin/vmd : vmd.h vmm.c Log message: Move event handling to separate thread That allows the main thread to handle the termination of a VM on reboot/shutdown or normal exit. The way it works is that VCPUs that terminate for some reason communicate this to a main thread that takes care of shutdown. ok mlarkin@