mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
KSM doesn't work with MSHV stack since guest memory is pinned (`pin_user_pages`) and pinned pages cannot be merged. So, don't run the test for mshv. Signed-off-by: Anirudh Rayabharam <anrayabh@linux.microsoft.com>