mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Replace the hard-coded memory threshold check in the simple launch integration test with Guest::validate_memory(None). Add Guest::get_expected_memory() to derive thresholds from mem_size_str and vm_type, and reuse this through validate_memory(). Signed-off-by: Muminul Islam <muislam@microsoft.com>