Re: [PATCH V3 16/42] vfio/pci: vfio_vector_init

2025-05-16 Thread Cédric Le Goater
On 5/12/25 17:32, Steve Sistare wrote: Extract a subroutine vfio_vector_init. No functional change. Signed-off-by: Steve Sistare --- hw/vfio/pci.c | 24 +--- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c index 4aa83b1..b46c4

[PATCH V3 16/42] vfio/pci: vfio_vector_init

2025-05-12 Thread Steve Sistare
Extract a subroutine vfio_vector_init. No functional change. Signed-off-by: Steve Sistare --- hw/vfio/pci.c | 24 +--- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c index 4aa83b1..b46c42e 100644 --- a/hw/vfio/pci.c +++ b/hw/vfio