On 4/24/25 18:28, John Levon wrote:
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,

yes. It is best to start with the invasive part.

but can move to the vfio-user specific queue.
This is a simple addition which shouldn't conflict with the rest of
the changes. So it can come when needed.


Thanks,

C.





Reply via email to