From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:44558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gs7fY-0007OL-A3 for qemu-devel@nongnu.org; Fri, 08 Feb 2019 10:02:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gs7fW-00020I-AN for qemu-devel@nongnu.org; Fri, 08 Feb 2019 10:02:20 -0500 Received: from fanzine.igalia.com ([91.117.99.155]:49276) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gs7fU-0001ol-0K for qemu-devel@nongnu.org; Fri, 08 Feb 2019 10:02:18 -0500 From: Alberto Garcia In-Reply-To: <3428f328-2418-d3f6-8236-0f96cf855fd9@redhat.com> References: <20190207142649.GL19438@redhat.com> <3428f328-2418-d3f6-8236-0f96cf855fd9@redhat.com> Date: Fri, 08 Feb 2019 16:01:56 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 3/3] char-socket: Lock tcp_chr_disconnect() and socket_reconnect_timeout() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , =?utf-8?Q?Daniel_P=2E_Berrang?= =?utf-8?Q?=C3=A9?= Cc: qemu-devel@nongnu.org, =?utf-8?Q?Marc-Andr=C3=A9?= Lureau On Fri 08 Feb 2019 02:46:27 PM CET, Paolo Bonzini wrote: > On 08/02/19 10:34, Alberto Garcia wrote: >>> and also works with the vhostuser reconnect device, then we are >>> probably ok. >> How do I test this? > > QTEST_QEMU_BINARY=x86_64-softmmu/qemu-system-x86_64 \ > QTEST_VHOST_USER_FIXME=1 \ > tests/vhost-user-test I see. The ones enabled by QTEST_VHOST_USER_FIXME never finish with this patch applied. Berto