mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
pause() returns DeviceDisconnected without calling into the backend when VhostUserCommon already knows the socket is gone. DeviceManager treats only that sentinel as log-and-continue, so one dead vhost-user device does not abort the whole pause iteration. Signed-off-by: Dylan Reid <dgreid@fb.com>