On 5/6/25 13:38, John Levon wrote:
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.
All references to 'struct vfio_irq_info *info' should be under the Linux ifdef. C.