Re: [Qemu-devel] [PATCH 2/3] tests: virtio-9p: add basic configuration test

2016-09-15 Thread Greg Kurz
On Thu, 15 Sep 2016 10:40:45 +0200 Cornelia Huck wrote: > On Fri, 09 Sep 2016 10:04:51 +0200 > Greg Kurz wrote: > > > This adds PCI init code and a basic test that checks the device config > > matches what is passed on the command line. > > > > Signed-off-by: Greg Kurz > > --- > > tests/Make

Re: [Qemu-devel] [PATCH 2/3] tests: virtio-9p: add basic configuration test

2016-09-15 Thread Cornelia Huck
On Fri, 09 Sep 2016 10:04:51 +0200 Greg Kurz wrote: > This adds PCI init code and a basic test that checks the device config > matches what is passed on the command line. > > Signed-off-by: Greg Kurz > --- > tests/Makefile.include |2 + > tests/virtio-9p-test.c | 82 > ++

[Qemu-devel] [PATCH 2/3] tests: virtio-9p: add basic configuration test

2016-09-09 Thread Greg Kurz
This adds PCI init code and a basic test that checks the device config matches what is passed on the command line. Signed-off-by: Greg Kurz --- tests/Makefile.include |2 + tests/virtio-9p-test.c | 82 +++- 2 files changed, 81 insertions(+), 3 de