On Tue, May 06, 2025 at 02:27:21PM +0200, Cédric Le Goater wrote: > !-------------------------------------------------------------------| > CAUTION: External Email > > |-------------------------------------------------------------------! > > 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.
Yes, I think it already was (this is just before the CONFIG_LINUX #endif). The other patch was definitely broken. regards john