mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Instead of using bash and awk, using Rust allows us to retrieve information about a VM process with the right permissions as we are not forced to spawn a new child process. Signed-off-by: Rob Bradford <robert.bradford@intel.com>