mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
With the per handler needs_reset() gates removed from net and block, nothing reads DEVICE_NEEDS_RESET anymore. Drop the device_needs_reset helper and refresh the doc comment on mark_device_needs_reset to reflect the central call site in spawn_virtio_thread, where it runs after the worker has already exited. No functional change. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>