From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3RZR-0007TC-LT for qemu-devel@nongnu.org; Mon, 30 Nov 2015 11:44:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3RZN-0007cu-Jg for qemu-devel@nongnu.org; Mon, 30 Nov 2015 11:44:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3RZN-0007ce-ES for qemu-devel@nongnu.org; Mon, 30 Nov 2015 11:44:53 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 01DDE5BA20 for ; Mon, 30 Nov 2015 16:44:51 +0000 (UTC) From: marcandre.lureau@redhat.com Date: Mon, 30 Nov 2015 17:44:46 +0100 Message-Id: <1448901890-17012-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 v4 0/4] 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). v3->v4: - add patch to include vhost-user-test when target list lacks 386. - add a code comment about <2.36 prepare callback. 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 (4): vhost-user-test: fix chardriver race vhost-user-test: use unix port for migration vhost-user-test: fix crash with glib < 2.36 tests: add vhost-user-test when target is x64 only tests/Makefile | 6 +++--- tests/vhost-user-test.c | 51 ++++++++++++++++++++++++++++++++++++++++---= ------ 2 files changed, 45 insertions(+), 12 deletions(-) --=20 2.5.0