On 13/01/2017 11:54, Peter Maydell wrote: > Q: can we just enable these tests for PCI with > check-qtest-ppc64-y += $(check-qtest-pci-y) > gcov-files-ppc64-y += $(gcov-files-pci-y) > > the way we do for i386/x86_64 ? Or is that doing too much > unwanted extra testing?
For most of the devices tested in check-qtest-pci-y, the test has not been ported to ppc64 and fails (or hangs). This is why we don't add the full list in check-qtest-ppc64-y. Laurent
