On 4/30/25 21:39, John Levon wrote:
Add a helper that's the inverse of vfio_prepare_device().Signed-off-by: John Levon <john.le...@nutanix.com> --- hw/vfio/container.c | 6 +++--- hw/vfio/device.c | 7 +++++++ hw/vfio/iommufd.c | 4 +--- include/hw/vfio/vfio-device.h | 1 + 4 files changed, 12 insertions(+), 6 deletions(-)
Reviewed-by: Cédric Le Goater <c...@redhat.com> Thanks, C.