From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3ONv-0003gQ-Q7 for qemu-devel@nongnu.org; Mon, 30 Nov 2015 08:20:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3ONs-00076H-Fh for qemu-devel@nongnu.org; Mon, 30 Nov 2015 08:20:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3ONs-000769-A5 for qemu-devel@nongnu.org; Mon, 30 Nov 2015 08:20:48 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id DF8ED688 for ; Mon, 30 Nov 2015 13:20:47 +0000 (UTC) From: marcandre.lureau@redhat.com Date: Mon, 30 Nov 2015 14:20:43 +0100 Message-Id: <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: [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: qemu-devel@nongnu.org Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , mst@redhat.com From: Marc-Andr=C3=A9 Lureau This series fixes a number of races and crashes on glib < 2.36 (with Travis build for ex). v2->v3: - quote glib documentation in commit message of last patch. v1->v2: - fix the last patch to not end up with check() callback instead of prepare(): use named initializer. 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 tests/vhost-user-test.c | 49 ++++++++++++++++++++++++++++++++++++++++---= ------ 1 file changed, 40 insertions(+), 9 deletions(-) --=20 2.5.0