Re: [PATCH v8 06/28] vfio: refactor out vfio_interrupt_setup()

2025-04-05 Thread Cédric Le Goater
On 2/19/25 15:48, John Levon wrote: Refactor the interrupt setup code out of vfio_realize(), as we will later need this for vfio-user too. Signed-off-by: John Levon --- hw/vfio/pci.c | 54 +++ 1 file changed, 33 insertions(+), 21 deletions(-)

Re: [PATCH v8 06/28] vfio: refactor out vfio_interrupt_setup()

2025-04-03 Thread John Levon
On Thu, Apr 03, 2025 at 11:23:09AM +0200, Cédric Le Goater wrote: > On 2/19/25 15:48, John Levon wrote: > > Refactor the interrupt setup code out of vfio_realize(), as we will > > later need this for vfio-user too. > > > > Signed-off-by: John Levon > > static void vfio_realize(PCIDevice *pdev,