Add a new trait for AMD SEV-ES

This introduces a new trait to indicate that a compute node has AMD CPU
which supports SEV-ES(Secure Encrypted Virtualization-Encrypted State).

Partially-Implements: blueprint amd-sev-es-libvirt-support
Change-Id: I541449a895fedfd092cef572ea49fb2d8fe325b4
This commit is contained in:
Takashi Kajinami
2024-02-14 11:56:48 +09:00
parent 1e2c0870f8
commit 51327dfd0e

View File

@@ -14,8 +14,9 @@
TRAITS = [
# ref: https://specs.openstack.org/openstack/nova-specs/specs/train/implemented/amd-sev-libvirt-support.html # noqa
# ref: https://www.amd.com/en/developer/sev.html
'SEV',
'SEV_ES',
# ref: https://en.wikipedia.org/wiki/AMD-V
'SVM',
# ref: https://git.qemu.org/?p=qemu.git;a=blob;f=docs/qemu-cpu-models.texi