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

2016-10-01 Thread Mark Cave-Ayland
On 01/10/16 17:23, Thomas Huth wrote: > On 01.10.2016 14:29, Greg Kurz wrote: >> On Fri, 30 Sep 2016 16:19:12 +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: Lau

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

2016-10-01 Thread Thomas Huth
On 01.10.2016 14:29, Greg Kurz wrote: > On Fri, 30 Sep 2016 16:19:12 +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

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

2016-10-01 Thread Greg Kurz
On Fri, 30 Sep 2016 16:19:12 +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 | 26 +++

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

2016-09-30 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 | 26 -- tests/virtio-9p-test.c| 12 +++- tes