PCI: Extend isolated function probing to LoongArch
authorHuacai Chen <chenhuacai@loongson.cn>
Tue, 24 Jun 2025 06:29:27 +0000 (14:29 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 24 Jun 2025 15:45:32 +0000 (10:45 -0500)
commita02fd05661d73a8507dd70dd820e9b984490c545
tree886ecdb3041a7a03561a0eed0e33e27bed32272c
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494
PCI: Extend isolated function probing to LoongArch

Like s390 and the jailhouse hypervisor, LoongArch's PCI architecture allows
passing isolated PCI functions to a guest OS instance. So it is possible
that there is a multi-function device without function 0 for the host or
guest.

Allow probing such functions by adding a IS_ENABLED(CONFIG_LOONGARCH) case
in the hypervisor_isolated_pci_functions() helper.

This is similar to commit 189c6c33ff42 ("PCI: Extend isolated function
probing to s390").

Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: stable@vger.kernel.org
Link: https://patch.msgid.link/20250624062927.4037734-1-chenhuacai@loongson.cn
include/linux/hypervisor.h