CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/11/21 06:39:34
Modified files: usr.sbin/vmctl : main.c usr.sbin/vmd : control.c proc.c vioblk.c vionet.c virtio.c vmm.c Log message: Convert vmd over to check for imsgbuf_init failure and sprinkle a lot of imsgbuf_allow_fdpass() since vmd and vmctl pass fds left and right. OK tb@