From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkRML-0005S4-03 for qemu-devel@nongnu.org; Thu, 15 Sep 2016 03:45:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkRMG-0003Mm-K7 for qemu-devel@nongnu.org; Thu, 15 Sep 2016 03:45:24 -0400 Received: from 17.mo6.mail-out.ovh.net ([46.105.36.150]:56531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkRMG-0003MO-DZ for qemu-devel@nongnu.org; Thu, 15 Sep 2016 03:45:20 -0400 Received: from player776.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo6.mail-out.ovh.net (Postfix) with ESMTP id 22BBCFF80F4 for ; Thu, 15 Sep 2016 09:45:19 +0200 (CEST) Date: Thu, 15 Sep 2016 09:45:11 +0200 From: Greg Kurz Message-ID: <20160915094511.1c160945@bahia> In-Reply-To: <147340827736.6462.8546871953640244651.stgit@bahia> References: <147340827736.6462.8546871953640244651.stgit@bahia> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] tests: more test cases for virtio-9p List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Aneesh Kumar K.V" , "Michael S. Tsirkin" , Stefan Hajnoczi , Cornelia Huck Hi, Even if I am maintainer for 9P stuff, I'm not sure I can send a pull request for patches without at least an Acked-by... :-\ I plan to add true 9P functional tests in the future, but these are more about the virtio device actually. Any chances some virtio people can have a look and ack or nack ? Cheers. -- Greg On Fri, 09 Sep 2016 10:04:37 +0200 Greg Kurz wrote: > As with other virtio-* qtests, PC platform is assumed. > > --- > > Greg Kurz (3): > tests: virtio-9p: introduce start/stop functions > tests: virtio-9p: add basic configuration test > tests: virtio-9p: add basic transaction test > > > tests/Makefile.include | 2 - > tests/virtio-9p-test.c | 179 ++++++++++++++++++++++++++++++++++++++++++++---- > 2 files changed, 164 insertions(+), 17 deletions(-) > > -- > Greg > >