From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gs9wU-0004C0-T0 for qemu-devel@nongnu.org; Fri, 08 Feb 2019 12:27:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gs9wU-0004Fn-5i for qemu-devel@nongnu.org; Fri, 08 Feb 2019 12:27:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36670) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gs9wT-000492-SQ for qemu-devel@nongnu.org; Fri, 08 Feb 2019 12:27:58 -0500 References: <20190207142649.GL19438@redhat.com> <3428f328-2418-d3f6-8236-0f96cf855fd9@redhat.com> From: Paolo Bonzini Message-ID: Date: Fri, 8 Feb 2019 18:27:42 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Alberto Garcia , =?UTF-8?Q?Daniel_P=2e_Berrang=c3=a9?= Cc: qemu-devel@nongnu.org, =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= On 08/02/19 16:01, Alberto Garcia wrote: > 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. I can look at it next week. Paolo