Re: [PATCH 19/21] vfio: selftests: Expose low-level helper routines for setting up struct vfio_pci_device
From: David Matlack
Date: Mon Jan 05 2026 - 13:02:02 EST
On Sat, Dec 27, 2025 at 8:04 PM Zhu Yanjun <yanjun.zhu@xxxxxxxxx> wrote:
> 在 2025/11/26 11:36, David Matlack 写道:
> > @@ -349,9 +351,20 @@ struct vfio_pci_device *__vfio_pci_device_init(const char *bdf,
> > device->bdf = bdf;
> > device->iommu = iommu;
> >
> > + return device;
> > +}
> > +
>
> In the latest kernel, this part changes too much.
Can you clarify what you mean by "changes too much"? What is the issue?