Re: [Qemu-devel] tpm_emu_test_wait_cond: code should not be reached

2018-05-08 Thread Stefan Berger
On 05/08/2018 10:03 AM, Daniel P. Berrangé wrote: On Tue, May 08, 2018 at 02:54:39PM +0100, Peter Maydell wrote: On 8 May 2018 at 14:48, Daniel P. Berrangé wrote: This test has a couple of threads running, and passes &error_abort to the qio_channel_socket_readv() function. So I expect that one

Re: [Qemu-devel] tpm_emu_test_wait_cond: code should not be reached

2018-05-08 Thread Daniel P . Berrangé
On Tue, May 08, 2018 at 02:54:39PM +0100, Peter Maydell wrote: > On 8 May 2018 at 14:48, Daniel P. Berrangé wrote: > > This test has a couple of threads running, and passes &error_abort to > > the qio_channel_socket_readv() function. So I expect that one thread > > is closing the socket connection

Re: [Qemu-devel] tpm_emu_test_wait_cond: code should not be reached

2018-05-08 Thread Peter Maydell
On 8 May 2018 at 14:48, Daniel P. Berrangé wrote: > This test has a couple of threads running, and passes &error_abort to > the qio_channel_socket_readv() function. So I expect that one thread > is closing the socket connection, and the other thread has not yet > shutdown cleanly, so tries to read

Re: [Qemu-devel] tpm_emu_test_wait_cond: code should not be reached

2018-05-08 Thread Daniel P . Berrangé
On Tue, May 08, 2018 at 09:41:05AM -0300, Philippe Mathieu-Daudé wrote: > Hi, > > Travis CI hit this error testing commit 853f8ca13cd6d256: > > $ clang --version > Apple LLVM version 8.1.0 (clang-802.0.42) > Target: x86_64-apple-darwin16.7.0 > > $ ./configure > C compilerclang > host CPU

Re: [Qemu-devel] tpm_emu_test_wait_cond: code should not be reached

2018-05-08 Thread Peter Maydell
On 8 May 2018 at 13:41, Philippe Mathieu-Daudé wrote: > Hi, > > Travis CI hit this error testing commit 853f8ca13cd6d256: > > $ clang --version > Apple LLVM version 8.1.0 (clang-802.0.42) > Target: x86_64-apple-darwin16.7.0 > > $ ./configure > C compilerclang > host CPU x86_64 > .

[Qemu-devel] tpm_emu_test_wait_cond: code should not be reached

2018-05-08 Thread Philippe Mathieu-Daudé
Hi, Travis CI hit this error testing commit 853f8ca13cd6d256: $ clang --version Apple LLVM version 8.1.0 (clang-802.0.42) Target: x86_64-apple-darwin16.7.0 $ ./configure C compilerclang host CPU x86_64 ... TPM support yes libssh2 support no TPM passthrough no TPM emula