All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] qtest/libqos/pci: pci and msix fixes
@ 2025-01-17 17:22 Nicholas Piggin
  2025-01-17 17:22 ` [PATCH v3 1/4] qtest/libqos/pci: Do not write to PBA memory Nicholas Piggin
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Nicholas Piggin @ 2025-01-17 17:22 UTC (permalink / raw)
  To: Fabiano Rosas
  Cc: Nicholas Piggin, John Snow, Laurent Vivier, Paolo Bonzini,
	Akihiko Odaki, Michael S . Tsirkin, Marcel Apfelbaum, qemu-block,
	qemu-devel

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-01-21  6:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-17 17:22 [PATCH v3 0/4] qtest/libqos/pci: pci and msix fixes Nicholas Piggin
2025-01-17 17:22 ` [PATCH v3 1/4] qtest/libqos/pci: Do not write to PBA memory Nicholas Piggin
2025-01-17 17:22 ` [PATCH v3 2/4] qtest/libqos/pci: Enforce balanced iomap/unmap Nicholas Piggin
2025-01-20  5:29   ` Philippe Mathieu-Daudé
2025-01-21  4:39     ` Nicholas Piggin
2025-01-21  6:53       ` Philippe Mathieu-Daudé
2025-01-17 17:22 ` [PATCH v3 3/4] qtest/libqos/pci: Fix qpci_msix_enable sharing bar0 Nicholas Piggin
2025-01-17 17:22 ` [PATCH v3 4/4] qtest/libqos/pci: Factor msix entry helpers into pci common code Nicholas Piggin
2025-01-18  9:58 ` [PATCH v3 0/4] qtest/libqos/pci: pci and msix fixes Akihiko Odaki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.