On 10/8/25 15:11, John Levon wrote:
On Wed, Oct 08, 2025 at 03:01:34PM +0200, Cédric Le Goater wrote:
Should we introduce a VFIOContainerBase attribute/flag
'unmap_all_supported',
set in the vioc->setup handler ?
Do you mean to check bcontainer->unmap_all_supported and do the split in
vfio_listener_region_del()?
If only checking it in legacy container, putting it in VFIOLegacyContainer
sounds better?
It depends if vfio-user needs it too.
vfio-user always supports this flag.
In that case, putting it in VFIOLegacyContainer sounds better.
Thanks,
C.