mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
reset() is teardown and must still clean up local state even if the vhost-user backend has already gone away. When the disconnected flag is already set, it skips reset_vhost_user() and proceeds with kill-event, worker-unblock, event logging, and interrupt callback cleanup. Signed-off-by: Dylan Reid <dgreid@fb.com>