Re: [PATCH RFC v2 01/12] hw/pci: Initialize PCI multifunction after realization

2023-12-12 Thread Philippe Mathieu-Daudé
On 10/12/23 05:05, Akihiko Odaki wrote: The device realization code may enable PCI multifunction for SR-IOV. Signed-off-by: Akihiko Odaki --- hw/pci/pci.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH RFC v2 01/12] hw/pci: Initialize PCI multifunction after realization

2023-12-09 Thread Akihiko Odaki
The device realization code may enable PCI multifunction for SR-IOV. Signed-off-by: Akihiko Odaki --- hw/pci/pci.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/hw/pci/pci.c b/hw/pci/pci.c index c49417abb2..4cf31128ba 100644 --- a/hw/pci/pci.c +++ b/hw/pci