On Tue, Mar 18, 2025 at 10:53:56AM +0100, Cédric Le Goater wrote: > VFIOAddressSpace is a common object used by VFIOContainerBase which is > declared in "hw/vfio/vfio-container-base.h". Move the VFIOAddressSpace > related services into "container-base.c". > > While at it, rename : > > vfio_get_address_space -> vfio_address_space_get > vfio_put_address_space -> vfio_address_space_put > > to better reflect the namespace these routines belong to. > > Signed-off-by: Cédric Le Goater <c...@redhat.com>
OK but I'm not clear about vfio_reset_handler() here - it's not related to address spaces, and there's still code in common.c that relates to the vfio_device_list etc. regards john