On Fri, Mar 21, 2025 at 10:25:15AM +0100, Cédric Le Goater wrote: > > > +struct vfio_info_cap_header * > > > +vfio_get_region_info_cap(struct vfio_region_info *info, uint16_t id); > > > > This can be static in fact. > > It is used by vfio_device_get_region_info_type() and > vfio_device_has_region_cap().
OK; I was being lazy and didn't check the source tree at this point. thanks john