On 5/18/25 19:00, John Levon wrote:
On Fri, May 16, 2025 at 05:11:27PM +0200, Cédric Le Goater wrote:@@ -121,7 +121,7 @@ struct VFIOIOMMUClass { void (*listener_commit)(VFIOContainerBase *bcontainer);We forgot to document the listener_commit() and listener_begin() handlers.Apologies, I will send a separate patch for those (and also add a dma_map comment).
Thanks for helping on VFIO documentation John. It is important as VFIO is exporting more services and becoming a library. C.