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 <[email protected]>
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(-)