CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/06/10 13:50:05
Modified files:
usr.sbin/vmd : control.c
usr.sbin/vmctl : vmctl.c
Log message:
vmctl(8)/vmd(8): communicate TERMINATE_VM_EVENT imsgs on vm stop.
Instead of translating imsg types, update vmclt(8) to handle receiving
IMSG_VMDOP_TERMINATE_VM_EVENT messages on vm termination.
This finishes the work previously committed for supporting multiple
waiters or the cancellation of a client waiting on a vm shutdown.
vmd no longer needs to translate an IMSG_VMDOP_TERMINATE_VM_RESPONSE
into an *_EVENT.
ok mlarkin@