]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Move TPM emulator parameters into own struct
authorStefan Berger <stefanb@linux.ibm.com>
Wed, 13 Nov 2024 17:39:41 +0000 (12:39 -0500)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 18 Nov 2024 07:46:18 +0000 (08:46 +0100)
commit8bba15bdc1378e645f690df7c5e8ee8fea0b8675
tree4665588bfbf9d6d42baa6e1e66689d9bc17509da
parentb0aa9d31f297caa3ee645c1a56eeb7a109f3d79c
conf: Move TPM emulator parameters into own struct

To avoid passing TPM emulator parameters around individually, move them
into a structure and pass around the structure.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/domain_conf.h
src/conf/virconftypes.h
src/qemu/qemu_tpm.c