CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/05 14:16:40
Modified files:
usr.sbin/vmd : vm.c
Log message:
VMs cannot use proc_compose() to PROC_VMM, they have to use
imsg_compose() on the "vmm_pipe" directly. This fixes the
communication channel from VMs back to vmm.
