Merge "libvirt: Stop unconditionally enabling evmcs"

This commit is contained in:
Zuul
2024-02-15 10:22:41 +00:00
committed by Gerrit Code Review
3 changed files with 12 additions and 2 deletions
@@ -0,0 +1,8 @@
---
fixes:
- |
Bug 2009280 has been fixed by no longer enabling the evmcs enlightenment in
the libvirt driver. evmcs only works on Intel CPUs, and domains with that
enlightenment cannot be started on AMD hosts. There is a possible future
feature to enable support for generating this enlightenment only when
running on Intel hosts.