]> xenbits.xensource.com Git - libvirt.git/commit
conf: Introduce SEV-SNP support
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 11 Jun 2024 09:58:41 +0000 (11:58 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 21 Jun 2024 07:56:57 +0000 (09:56 +0200)
commitc65eba1f57ab1670f5bfc6bd178df1d5c3b09e2a
treeba6b9e832484fa0b2a1ae13b2829ba1b531aadaa
parent1abcba9d4d8566b298168e1f57bce7507a0790b4
conf: Introduce SEV-SNP support

SEV-SNP is an enhancement of SEV/SEV-ES and thus it shares some
fields with it. Nevertheless, on XML level, it's yet another type
of <launchSecurity/>.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
18 files changed:
docs/formatdomain.rst
src/conf/domain_conf.c
src/conf/domain_conf.h
src/conf/domain_validate.c
src/conf/schemas/domaincommon.rng
src/conf/virconftypes.h
src/qemu/qemu_cgroup.c
src/qemu/qemu_command.c
src/qemu/qemu_driver.c
src/qemu/qemu_firmware.c
src/qemu/qemu_namespace.c
src/qemu/qemu_process.c
src/qemu/qemu_validate.c
src/security/security_dac.c
tests/qemuxmlconfdata/launch-security-sev-snp.x86_64-latest.args [new file with mode: 0644]
tests/qemuxmlconfdata/launch-security-sev-snp.x86_64-latest.xml [new symlink]
tests/qemuxmlconfdata/launch-security-sev-snp.xml [new file with mode: 0644]
tests/qemuxmlconftest.c