Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stop setting mem_stats_period_seconds=0
mem_stats_period_seconds=0 was the upstream way to disable the virtio memory ballon in libvirt guest however several release ago libvirt started adding the mem balloan device if not present in the xml when using sev the mem ballon device also needs <driver iommu='on'/> which is not added by default by libvirt since this is not working as intened and disableing the memballon device this change just removed the override to ensure sev guest work correctly.
- Loading branch information