mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-21 18:03:56 +03:00
Fiona Ebner
87084b18dd
drive: tpm: fix default version in schema
Since the check in start_swtpm() only checks for an explicitly configured v2.0 to opt-in to version 2, the actual default is v1.2 and not v2.0 like the schema stated. Of course, it would be nicer to have the default be v2.0, but changing the check to use that default would break any TPM state without an explicitly configured version. There doesn't seem to be any code beside start_swtpm() accessing the version. Fixes: f9dde219 ("fix #3075: add TPM v1.2 and v2.0 support via swtpm") Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Description
No description provided
Languages
Perl
86.3%
Batchfile
10.6%
C
2.3%
Makefile
0.8%