[PATCH v2 0/4] pcie: Fix ARI next function numbers

Akihiko Odaki posted 4 patches 2 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230702094631.39111-1-akihiko.odaki@daynix.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Eduardo Habkost <eduardo@habkost.net>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Akihiko Odaki <akihiko.odaki@daynix.com>, Sriram Yagnaraman <sriram.yagnaraman@est.tech>, Jason Wang <jasowang@redhat.com>, Keith Busch <kbusch@kernel.org>, Klaus Jensen <its@irrelevant.dk>
There is a newer version of this series
docs/pcie_sriov.txt   | 4 ++--
hw/nvme/nvme.h        | 1 +
include/hw/pci/pcie.h | 7 +++++++
hw/core/machine.c     | 2 ++
hw/net/igb.c          | 5 ++++-
hw/nvme/ctrl.c        | 3 ++-
6 files changed, 18 insertions(+), 4 deletions(-)
[PATCH v2 0/4] pcie: Fix ARI next function numbers
Posted by Akihiko Odaki 2 years, 7 months ago
The ARI next function number field is undefined for VF. The PF should
end the linked list formed with the field by specifying 0.

Supersedes: <20230701070133.24877-1-akihiko.odaki@daynix.com>
("[PATCH 0/4] pci: Compare function number and ARI next function number")

V1 -> V2:
  Fixed migration. (Michael S. Tsirkin)
  Added a caveat comment. (Michael S. Tsirkin)

Akihiko Odaki (4):
  docs: Fix next function numbers in SR/IOV documentation
  hw/nvme: Fix ARI next function numbers
  igb: Fix ARI next function numbers
  pcie: Note a caveat regarding ARI next function number

 docs/pcie_sriov.txt   | 4 ++--
 hw/nvme/nvme.h        | 1 +
 include/hw/pci/pcie.h | 7 +++++++
 hw/core/machine.c     | 2 ++
 hw/net/igb.c          | 5 ++++-
 hw/nvme/ctrl.c        | 3 ++-
 6 files changed, 18 insertions(+), 4 deletions(-)

-- 
2.41.0