mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Route GuestCommand::spawn(), iperf3, and ethr spawns through ProcessRegistry::spawn() when the guest has a test_name. This places every child process into the test's shared process group so they can all be killed with a single killpg call. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>