]> git.proxmox.com Git - mirror_qemu.git/commit
tpm_emulator: Have swtpm relock storage upon migration fall-back
authorStefan Berger <stefanb@linux.ibm.com>
Mon, 12 Sep 2022 17:47:41 +0000 (13:47 -0400)
committerStefan Berger <stefanb@linux.ibm.com>
Tue, 13 Sep 2022 14:27:17 +0000 (10:27 -0400)
commit99bdcd2cc2d05833f5c11caca22193f8dd878ae9
treeb6177085be861c359f9804dace5d06c6da2c2be2
parentefef4756c7f66e51fd5bfa132680ee0fb585f7a5
tpm_emulator: Have swtpm relock storage upon migration fall-back

Swtpm may release the lock once the last one of its state blobs has been
migrated out. In case of VM migration failure QEMU now needs to notify
swtpm that it should again take the lock, which it can otherwise only do
once it has received the first TPM command from the VM.

Only try to send the lock command if swtpm supports it. It will not have
released the lock (and support shared storage setups) if it doesn't
support the locking command since the functionality of releasing the lock
upon state blob reception and the lock command were added to swtpm
'together'.

If QEMU sends the lock command and the storage has already been locked
no error is reported.

If swtpm does not receive the lock command (from older version of QEMU),
it will lock the storage once the first TPM command has been received. So
sending the lock command is an optimization.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 20220912174741.1542330-3-stefanb@linux.ibm.com
backends/tpm/tpm_emulator.c
backends/tpm/trace-events