CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/10/28 08:26:24
Modified files:
sys/dev/vmm : vmm.c
Log message:
vmm(4): fix vcpu leak in error path
We don't insert the vcpu into the vm's vcpu list, so we need to return it
to the pool ourselves.
ok mlarkin@
