]> git.proxmox.com Git - mirror_qemu.git/commit
tests: fix tpm-crb tpm-tis tests race
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 8 May 2018 15:29:35 +0000 (11:29 -0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 11 Jul 2018 16:48:16 +0000 (11:48 -0500)
commit4319ae939c8dd5d098f4d67e8456abbab22ad16e
tree42d98797988325fe751023ddc5a980e6af42d6eb
parent4743c23509a51bd4ee85cc272287a41917d1be35
tests: fix tpm-crb tpm-tis tests race

No need to close the TPM data socket on the emulator end, qemu will
close it after a SHUTDOWN. This avoids a race between close() and
read() in the TPM data thread.

Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
(cherry picked from commit 7647d5c6b5e3b3f36a6e0441c81ae3fe797eb233)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tests/tpm-emu.c