CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2022/06/12 13:48:12

Modified files:
        sys/arch/amd64/amd64: vmm.c 

Log message:
vmm(4): remove vm teardown from vcpu run path

Remove the calling of vm_teardown from the code path in vm_run after
vmm has exited the vm/vcpu and is on its way back to userland/vmd(8).
vmd(8) and other vmm(4) users should use the VMM_IOC_TERM ioctl(2)
instead.

Help testing from Mischa Peters, OK mlarkin@

Reply via email to