>-----Original Message----- >From: Cédric Le Goater <c...@redhat.com> >Subject: [PATCH for-10.1 v2 22/37] vfio: Move vfio_kvm_device_fd() into >helpers.c > >The vfio_kvm_device_add/del_fd() routines opening the VFIO pseudo >device are defined in "helpers.c". Move 'vfio_kvm_device_fd' >definition there and its declaration into "vfio-helpers.h" to reduce >exposure of VFIO internals in "hw/vfio/vfio-common.h". > >Reviewed-by: John Levon <john.le...@nutanix.com> >Link: https://lore.kernel.org/qemu-devel/20250318095415.670319-22- >c...@redhat.com >Signed-off-by: Cédric Le Goater <c...@redhat.com>
Reviewed-by: Zhenzhong Duan <zhenzhong.d...@intel.com> Thanks Zhenzhong