nova/releasenotes/notes/bug-1958636-smm-check-and-enable.yaml
Imran Hussain 6ad7890100 [nova/libvirt] Support for checking and enabling SMM when needed
Check the features list we get from the firmware descriptor file
to see if we need SMM (requires-smm), if so then enable it as
we aren't using the libvirt built in mechanism to enable it
when grabbing the right firmware.

Closes-Bug: 1958636

Change-Id: I890b3021a29fa546d9e36b21b1111e8537cd0020
Signed-off-by: Imran Hussain <ih@imranh.co.uk>
2022-02-17 12:45:14 +00:00

8 lines
246 B
YAML

---
fixes:
- |
[`bug 1958636 <https://bugs.launchpad.net/nova/+bug/1958636>`_]
Explicitly check for and enable SMM when firmware requires it.
Previously we assumed libvirt would do this for us but this is
not true in all cases.