mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Fixes: #4678 Currently release build is done on kvm feature only, that makes live upgrade test on MSHV failing since it does not find /dev/kvm. As Cloud-Hypervisor supports both kvm and mshv in a single binary we should make the release build with both KVM/MSHV feature enabled. That way live upgrade test does not fail on MSHV. Signed-off-by: Muminul Islam <muislam@microsoft.com>