mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-20 07:58:55 +00:00
Instead of using hardcoded firmware paths inside the `Guest` struct constructor, this commit removes `fw_path` related code paths from the `Guest` struct and asks each test constructs its firmware path explicitly. This allows better flexibility for the `Guest` struct so that it can be reused for the performance tests we are adding soon. Signed-off-by: Bo Chen <chen.bo@intel.com>