]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Default to TPM 2.0 for ARM virt guests
authorAndrea Bolognani <abologna@redhat.com>
Fri, 25 Jun 2021 13:57:38 +0000 (15:57 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 1 Jul 2021 14:15:05 +0000 (16:15 +0200)
commit7ace0fd221f74f9109f09418ef9cbbc074144c21
treeeaac9137ad05ef67635bb53befeaaa95857a80fa
parent7ad6f8dde071311ee587c41d983475464a1ec5ca
qemu: Default to TPM 2.0 for ARM virt guests

The TPM 2.0 specification predates ARM virtualization, and so
implementing TPM 1.2 support on ARM was not considered a useful
endeavor.

This is technically a breaking change, but TPM support on ARM was
only introduced fairly recently (libvirt 7.1.0) and the previous
default resulted in non working TPM devices; anyone who has a
working configuration is not going to be affected.

https://bugzilla.redhat.com/show_bug.cgi?id=1970310

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Tested-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_domain.c