CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/24 14:12:14
Modified files:
usr.sbin/vmd : virtio.c
Log message:
Fix vmd(8) segfault during vmmci timeout firing.
Need to pass a pointer to the vmmci device. The timeout handler calls
vm_shutdown() so this SIGSEGV exit wasn't being noticed until I attached
to the vm process with gdb.
