On Fri, Jun 24, 2022 at 08:41:25AM -0600, Alex Williamson wrote: > > RDMA uses a function ib_set_device_ops() but that is only because > > there is alot of code in that function to do the copying of ops > > pointers. Splitting avoids the copying so we don't really need a > > function. > > So maybe we just need a comment in the definition of the > vfio_migration_ops that vfio_device.mig_ops is a static property of the > vfio_device which must be set prior to registering the vfio_device. Sure Jason