[PATCH v3 0/4] qtest/libqos/pci: pci and msix fixes

Nicholas Piggin posted 4 patches 2 weeks, 4 days ago
tests/qtest/libqos/ahci.h       |   1 +
tests/qtest/libqos/pci.h        |   6 ++
tests/qtest/libqos/virtio-pci.h |   1 +
tests/qtest/ahci-test.c         |   2 +
tests/qtest/libqos/ahci.c       |   6 ++
tests/qtest/libqos/pci.c        | 127 +++++++++++++++++++++++++++++---
tests/qtest/libqos/virtio-pci.c |  54 +++-----------
7 files changed, 144 insertions(+), 53 deletions(-)
[PATCH v3 0/4] qtest/libqos/pci: pci and msix fixes
Posted by Nicholas Piggin 2 weeks, 4 days ago
Since v2:

The e1000e|igb series got decoupled from this one and split into
its own series.

Patch 4 was added.

Thanks,
Nick

Nicholas Piggin (4):
  qtest/libqos/pci: Do not write to PBA memory
  qtest/libqos/pci: Enforce balanced iomap/unmap
  qtest/libqos/pci: Fix qpci_msix_enable sharing bar0
  qtest/libqos/pci: Factor msix entry helpers into pci common code

 tests/qtest/libqos/ahci.h       |   1 +
 tests/qtest/libqos/pci.h        |   6 ++
 tests/qtest/libqos/virtio-pci.h |   1 +
 tests/qtest/ahci-test.c         |   2 +
 tests/qtest/libqos/ahci.c       |   6 ++
 tests/qtest/libqos/pci.c        | 127 +++++++++++++++++++++++++++++---
 tests/qtest/libqos/virtio-pci.c |  54 +++-----------
 7 files changed, 144 insertions(+), 53 deletions(-)

-- 
2.45.2
Re: [PATCH v3 0/4] qtest/libqos/pci: pci and msix fixes
Posted by Akihiko Odaki 2 weeks, 3 days ago
On 2025/01/18 2:22, Nicholas Piggin wrote:
> Since v2:
> 
> The e1000e|igb series got decoupled from this one and split into
> its own series.

Thank you for working on e1000e/igb. I appreciate fixes for interrupt 
throttling you added with the new version.

> 
> Patch 4 was added.

For this series,
Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com>

> 
> Thanks,
> Nick
> 
> Nicholas Piggin (4):
>    qtest/libqos/pci: Do not write to PBA memory
>    qtest/libqos/pci: Enforce balanced iomap/unmap
>    qtest/libqos/pci: Fix qpci_msix_enable sharing bar0
>    qtest/libqos/pci: Factor msix entry helpers into pci common code
> 
>   tests/qtest/libqos/ahci.h       |   1 +
>   tests/qtest/libqos/pci.h        |   6 ++
>   tests/qtest/libqos/virtio-pci.h |   1 +
>   tests/qtest/ahci-test.c         |   2 +
>   tests/qtest/libqos/ahci.c       |   6 ++
>   tests/qtest/libqos/pci.c        | 127 +++++++++++++++++++++++++++++---
>   tests/qtest/libqos/virtio-pci.c |  54 +++-----------
>   7 files changed, 144 insertions(+), 53 deletions(-)
>