From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3OQH-0007MQ-FO for qemu-devel@nongnu.org; Mon, 30 Nov 2015 08:23:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3OQE-0007hq-4M for qemu-devel@nongnu.org; Mon, 30 Nov 2015 08:23:17 -0500 Received: from mx6-phx2.redhat.com ([209.132.183.39]:54310) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3OQD-0007hA-TC for qemu-devel@nongnu.org; Mon, 30 Nov 2015 08:23:14 -0500 Date: Mon, 30 Nov 2015 08:23:13 -0500 (EST) From: =?utf-8?Q?Marc-Andr=C3=A9?= Lureau Message-ID: <825746277.20772571.1448889793052.JavaMail.zimbra@redhat.com> In-Reply-To: <1448889646-12347-1-git-send-email-marcandre.lureau@redhat.com> References: <1448889646-12347-1-git-send-email-marcandre.lureau@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH for-2.5 v3 0/3] vhost-user-test fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: marcandre lureau Cc: qemu-devel@nongnu.org, mst@redhat.com (sorry v3, git-publish don't mix well --subject-prefix and the versioning) ----- Original Message ----- > From: Marc-Andr=C3=A9 Lureau >=20 > This series fixes a number of races and crashes on glib < 2.36 > (with Travis build for ex). >=20 > v2->v3: > - quote glib documentation in commit message of last patch. >=20 > v1->v2: > - fix the last patch to not end up with check() callback instead of > prepare(): use named initializer. >=20 > Marc-Andr=C3=A9 Lureau (3): > vhost-user-test: fix chardriver race > vhost-user-test: use unix port for migration > vhost-user-test: fix crash with glib < 2.36 >=20 > tests/vhost-user-test.c | 49 > ++++++++++++++++++++++++++++++++++++++++--------- > 1 file changed, 40 insertions(+), 9 deletions(-) >=20 > -- > 2.5.0 >=20 >=20