mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Since the slave request handler is common to all vhost-user devices, the same way the reconnection is, it makes sense to handle the requests from the backend through the same thread. The reconnection thread now handles both a reconnection as well as any request coming from the backend. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>