qtest/libqos/pci: Do not write to PBA memory
authorNicholas Piggin <npiggin@gmail.com>
Fri, 17 Jan 2025 17:22:40 +0000 (03:22 +1000)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 20 Feb 2025 23:23:19 +0000 (18:23 -0500)
commit9e837c961a883392f8c4707a8d3d2e6c6aa793b6
tree296eecc21221683435ca2ec0484a1bdd77aa2865
parentf9efcd47110de43dd841ada5bd1a40ec169eabca
qtest/libqos/pci: Do not write to PBA memory

The PCI Local Bus Specification says the result of writes to MSI-X
PBA memory is undefined. QEMU implements them as no-ops, so remove
the pointless write from qpci_msix_pending().

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Message-Id: <20250117172244.406206-2-npiggin@gmail.com>
Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tests/qtest/libqos/pci.c