]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Add support for profile parameter on TPM emulator in domain XML
authorStefan Berger <stefanb@linux.ibm.com>
Wed, 13 Nov 2024 17:39:46 +0000 (12:39 -0500)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 18 Nov 2024 07:46:33 +0000 (08:46 +0100)
commit90c40d3b9c74d99c0fd7ebfc588e673c4e994143
tree8d9e594180a07cae4110b31b5fee18de1783c8d3
parent498b5b7440303e645e8d26bbca7804d6471b6a70
conf: Add support for profile parameter on TPM emulator in domain XML

Extend the parser and XML builder with support for the profile parameter
and its remove_disabled attribute.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/conf/domain_validate.c
tests/qemuxmlconfdata/tpm-emulator-crb-profile.x86_64-latest.args [new file with mode: 0644]
tests/qemuxmlconfdata/tpm-emulator-crb-profile.x86_64-latest.xml [new symlink]
tests/qemuxmlconfdata/tpm-emulator-crb-profile.xml [new file with mode: 0644]
tests/qemuxmlconftest.c