Re: [Qemu-devel] [PATCH for-2.11] tests: Fix broken ivshmem-server-msi/-irq tests

2017-09-11 Thread David Gibson
On Mon, Sep 11, 2017 at 09:32:07AM +0200, Cornelia Huck wrote: > On Tue, 29 Aug 2017 20:13:36 +0200 > Thomas Huth 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=

Re: [Qemu-devel] [PATCH for-2.11] tests: Fix broken ivshmem-server-msi/-irq tests

2017-09-11 Thread Cornelia Huck
On Tue, 29 Aug 2017 20:13:36 +0200 Thomas Huth 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_p

Re: [Qemu-devel] [PATCH for-2.11] tests: Fix broken ivshmem-server-msi/-irq tests

2017-09-04 Thread Thomas Huth
On 04.09.2017 08:53, Laurent Vivier wrote: > On 29/08/2017 20:13, Thomas Huth 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 correctl

Re: [Qemu-devel] [PATCH for-2.11] tests: Fix broken ivshmem-server-msi/-irq tests

2017-09-03 Thread Laurent Vivier
On 29/08/2017 20:13, Thomas Huth 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 you mean "SPEED=quick"? > anymor

Re: [Qemu-devel] [PATCH for-2.11] tests: Fix broken ivshmem-server-msi/-irq tests

2017-08-30 Thread Cornelia Huck
On Tue, 29 Aug 2017 20:13:36 +0200 Thomas Huth 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_p

Re: [Qemu-devel] [PATCH for-2.11] tests: Fix broken ivshmem-server-msi/-irq tests

2017-08-29 Thread David Gibson
On Tue, Aug 29, 2017 at 08:13:36PM +0200, Thomas Huth 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

[Qemu-devel] [PATCH for-2.11] tests: Fix broken ivshmem-server-msi/-irq tests

2017-08-29 Thread Thomas Huth
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 S