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(-)
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,
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(-)
diff --git a/hw/vfio/pci.c b/hw/vfio/pci