From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnVsU-00047I-GG for qemu-devel@nongnu.org; Fri, 23 Sep 2016 15:11:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bnVsR-0005ct-9U for qemu-devel@nongnu.org; Fri, 23 Sep 2016 15:11:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnVsR-0005cX-2i for qemu-devel@nongnu.org; Fri, 23 Sep 2016 15:11:15 -0400 Date: Fri, 23 Sep 2016 22:11:12 +0300 From: "Michael S. Tsirkin" Message-ID: <20160923221048-mutt-send-email-mst@kernel.org> References: <20160909113445.30060-1-marcandre.lureau@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/3] vhost-user tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?Marc-Andr=E9?= Lureau Cc: qemu-devel@nongnu.org On Fri, Sep 23, 2016 at 07:10:02PM +0000, Marc-Andr=E9 Lureau wrote: >=20 > Hi >=20 > On Fri, Sep 9, 2016 at 3:36 PM Marc-Andr=E9 Lureau > wrote: >=20 > Hi, >=20 > The following tests have been post-poned for after 2.7 from the > vhost-user-reconnect series. >=20 >=20 > ping They are in my tree, thanks. >=20 >=20 > They have been rebased and fixed to work with last changes. >=20 > Marc-Andr=E9 Lureau (3): > =A0 tests: add /vhost-user/connect-fail test > =A0 tests: add a simple /vhost-user/multiqueue test > =A0 tests: add /vhost-user/flags-mismatch test >=20 > =A0tests/vhost-user-test.c | 208 > +++++++++++++++++++++++++++++++++++++++++++++++- > =A0tests/Makefile.include=A0 |=A0 =A02 +- > =A02 files changed, 205 insertions(+), 5 deletions(-) >=20 > -- > 2.10.0 >=20 >=20 >=20 > -- > Marc-Andr=E9 Lureau