]> 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 Tokarev <mjt@tls.msk.ru>
Sun, 20 May 2018 05:38:38 +0000 (08:38 +0300)
commit7647d5c6b5e3b3f36a6e0441c81ae3fe797eb233
treee9d8daf15f36740f10fb27dfe5af0b77e632c318
parent6b1875476313ce320a6a1d1827e85511365a469c
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>
tests/tpm-emu.c