Re: [Qemu-devel] [PATCH 0/3] tests: more test cases for virtio-9p

2016-09-15 Thread Cornelia Huck
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): > > >

Re: [Qemu-devel] [PATCH 0/3] tests: more test cases for virtio-9p

2016-09-15 Thread Greg Kurz
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

Re: [Qemu-devel] [PATCH 0/3] tests: more test cases for virtio-9p

2016-09-15 Thread Cornelia Huck
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

Re: [Qemu-devel] [PATCH 0/3] tests: more test cases for virtio-9p

2016-09-15 Thread Greg Kurz
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 na

Re: [Qemu-devel] [PATCH 0/3] tests: more test cases for virtio-9p

2016-09-09 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Type: series Message-id: 147340827736.6462.8546871953640244651.stgit@bahia Subject: [Qemu-devel] [PATCH 0/3] tests: more test cases for virtio-9p === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1

[Qemu-devel] [PATCH 0/3] tests: more test cases for virtio-9p

2016-09-09 Thread Greg Kurz
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 | 17