6ad7890100
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>
8 lines
246 B
YAML
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.
|