On Thu, Apr 24, 2025 at 06:24:23PM +0200, Cédric Le Goater wrote: > > On 4/9/25 15:48, John Levon wrote: > > > The vfio-user container will later need to hook into these callbacks; > > > set up vfio to use them, and optionally pass them through to the > > > container. > > > + void (*listener_begin)(VFIOContainerBase *bcontainer); > > > + void (*listener_commit)(VFIOContainerBase *bcontainer); > > > > Please add documentation for the new callbacks. > and it is not used in this series yet. So we can keep it for later.
Will do, I thought you wanted the general vfio stuff separated out, but can move to the vfio-user specific queue. regards john