On Mon, May 05, 2025 at 11:19:30AM +0200, Cédric Le Goater wrote: > > +int vfio_device_get_irq_info(VFIODevice *vbasedev, int index, > > + struct vfio_irq_info *info); > > This is breaking the windows build.
Sorry, I forgot to set up cross-compile. I've done so now, and it was actually vfio_device_prepare() that was broken, I think, as it was outside of the linux ifdef. regards john