From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkWLM-00005o-HP for qemu-devel@nongnu.org; Thu, 15 Sep 2016 09:04:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkWLH-0003xp-D5 for qemu-devel@nongnu.org; Thu, 15 Sep 2016 09:04:44 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:34456 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkWLH-0003xW-7B for qemu-devel@nongnu.org; Thu, 15 Sep 2016 09:04:39 -0400 Received: from pps.filterd (m0098417.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u8FD3Xfp115811 for ; Thu, 15 Sep 2016 09:04:38 -0400 Received: from e06smtp14.uk.ibm.com (e06smtp14.uk.ibm.com [195.75.94.110]) by mx0a-001b2d01.pphosted.com with ESMTP id 25fmmjq43y-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 15 Sep 2016 09:04:38 -0400 Received: from localhost by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 15 Sep 2016 14:04:36 +0100 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 4F5BB17D8069 for ; Thu, 15 Sep 2016 14:06:29 +0100 (BST) Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u8FD4XtS11993392 for ; Thu, 15 Sep 2016 13:04:33 GMT Received: from d06av09.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u8FD4Wjd021683 for ; Thu, 15 Sep 2016 07:04:32 -0600 Date: Thu, 15 Sep 2016 15:04:30 +0200 From: Cornelia Huck In-Reply-To: <20160915144506.61f651b1@bahia> References: <147340827736.6462.8546871953640244651.stgit@bahia> <20160915104138.709e8690.cornelia.huck@de.ibm.com> <20160915144506.61f651b1@bahia> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20160915150430.0176992a.cornelia.huck@de.ibm.com> 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: Greg Kurz Cc: qemu-devel@nongnu.org, "Aneesh Kumar K.V" , "Michael S. Tsirkin" On Thu, 15 Sep 2016 14:45:06 +0200 Greg Kurz wrote: > On Thu, 15 Sep 2016 10:41:38 +0200 > Cornelia Huck wrote: > > > 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(-) > > > > > > > I took a quick look and nothing bad jumped out at me, but that is > > probably not saying much :/ > > > > Not much is a lot more than nothing, as it is usually the case with 9pfs > patches that don't fix security issues or deprecated glibc calls ;) > > Can this "nothing bad jumped out" be formalized into an Acked-by ? Feel free: Acked-by: Cornelia Huck