mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-04 08:03:55 +00:00
Do this by using the same mechanism as the vCPU threads by sending a signal to the thread. As this is the same mechanism reuse the same code and rename the "vcpus" member to "threads" to indicate this represents both the vCPU threads and also the signal handler thread. Signed-off-by: Rob Bradford <robert.bradford@intel.com>