mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-21 19:02:30 +00:00
In order to fix the clippy error complaining about the number of arguments passed to a function exceeding the maximum of 7 arguments, this patch factorizes those parameters into a more global one called VmInfo. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>