Re: [PATCH v3 09/10] hw/pci: Allow explicit function numbers in pci

2025-06-18 Thread Daniel Henrique Barboza
(CCing Michael and Marcel) For better visibility I suggest copying the maintainers of hw/pci/pci.c when submitting this patch in the next version: $ ./scripts/get_maintainer.pl -f hw/pci/pci.c "Michael S. Tsirkin" (supporter:PCI) Marcel Apfelbaum (supporter:PCI) qemu-devel@nongnu.org (open lis

[PATCH v3 09/10] hw/pci: Allow explicit function numbers in pci

2025-06-18 Thread Djordje Todorovic
Since there is no pch_gbe emulation, we could be using func other than 0 when adding new devices to specific boards. Signed-off-by: Chao-ying Fu Signed-off-by: Djordje Todorovic --- hw/pci/pci.c | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/hw/pci/pci.c b/h