Re: [Qemu-devel] [PATCH 3/3] tests: enable virtio tests on SPAPR

2016-10-01 Thread Greg Kurz
On Fri, 30 Sep 2016 11:19:39 -0400 John Snow wrote: > On 09/30/2016 06:30 AM, Laurent Vivier wrote: > > > > > > On 30/09/2016 12:18, Greg Kurz wrote: > >> On Thu, 29 Sep 2016 19:15:07 +0200 > >> Laurent Vivier wrote: > >> > >>> but disable MSI-X tests on SPAPR as we can't check the result >

Re: [Qemu-devel] [PATCH 3/3] tests: enable virtio tests on SPAPR

2016-09-30 Thread John Snow
On 09/30/2016 06:30 AM, Laurent Vivier wrote: On 30/09/2016 12:18, Greg Kurz wrote: On Thu, 29 Sep 2016 19:15:07 +0200 Laurent Vivier wrote: but disable MSI-X tests on SPAPR as we can't check the result (the memory region used on PC is not readable on SPAPR). Signed-off-by: Laurent Vivie

Re: [Qemu-devel] [PATCH 3/3] tests: enable virtio tests on SPAPR

2016-09-30 Thread Greg Kurz
On Fri, 30 Sep 2016 12:30:08 +0200 Laurent Vivier wrote: > On 30/09/2016 12:18, Greg Kurz wrote: > > On Thu, 29 Sep 2016 19:15:07 +0200 > > Laurent Vivier wrote: > > > >> but disable MSI-X tests on SPAPR as we can't check the result > >> (the memory region used on PC is not readable on SPAPR)

Re: [Qemu-devel] [PATCH 3/3] tests: enable virtio tests on SPAPR

2016-09-30 Thread Laurent Vivier
On 30/09/2016 12:18, Greg Kurz wrote: > On Thu, 29 Sep 2016 19:15:07 +0200 > Laurent Vivier wrote: > >> but disable MSI-X tests on SPAPR as we can't check the result >> (the memory region used on PC is not readable on SPAPR). >> >> Signed-off-by: Laurent Vivier >> --- >> tests/Makefile.includ

Re: [Qemu-devel] [PATCH 3/3] tests: enable virtio tests on SPAPR

2016-09-30 Thread Greg Kurz
On Thu, 29 Sep 2016 19:15:07 +0200 Laurent Vivier wrote: > but disable MSI-X tests on SPAPR as we can't check the result > (the memory region used on PC is not readable on SPAPR). > > Signed-off-by: Laurent Vivier > --- > tests/Makefile.include| 3 ++- > tests/libqos/virtio-pci.c | 22 +++

[Qemu-devel] [PATCH 3/3] tests: enable virtio tests on SPAPR

2016-09-29 Thread Laurent Vivier
but disable MSI-X tests on SPAPR as we can't check the result (the memory region used on PC is not readable on SPAPR). Signed-off-by: Laurent Vivier --- tests/Makefile.include| 3 ++- tests/libqos/virtio-pci.c | 22 -- tests/virtio-9p-test.c| 11 ++- tests/vi