On Tue, 29 Aug 2017 20:13:36 +0200 Thomas Huth <th...@redhat.com> wrote:
> Broken with commit b4ba67d9a7025 ("libqos: Change PCI accessors to take > opaque BAR handle") a while ago, but nobody noticed since the tests are > only run in SPEED=slow mode: The msix_pba_bar is not correctly initialized > anymore if bir_pba has the same value as bir_table. With this fix, > "make check SPEED=slow" should work fine again. > > Fixes: b4ba67d9a702507793c2724e56f98e9b0f7be02b > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > tests/libqos/pci.c | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) With that (and "hw/misc/ivshmem: Fix ivshmem_recv_msg() to also work on big endian systems"), "make check SPEED=slow" now works for me both on x86_64 and s390x, so Tested-by: Cornelia Huck <coh...@redhat.com>