mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
If a guest observes DEVICE_NEEDS_RESET, resets the device, and tries to re-initialize it, but the VMM knows the backend is disconnected, we can short-circuit the doomed activation. This is not incorrect, but saves the VMM from making several round-trip calls to a peer process that doesn't exist. It'll also make the logs cleaner. Signed-off-by: Dylan Reid <dgreid@fb.com>