mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Replace manual thread management with the use of VhostUserCommon::spawn_worker() which is just a thin layer over VirtioCommon::spawn_worker() but handling VhostUserCommon reset. This removes some manual thread management and also triggers a reset upon spawn failure. Assisted-by: Claude:Opus-4.7 Signed-off-by: Rob Bradford <rbradford@meta.com>