]> xenbits.xensource.com Git - qemu-xen.git/commit
vfio/ccw: Use vfio_[attach/detach]_device
authorEric Auger <eric.auger@redhat.com>
Mon, 9 Oct 2023 09:09:12 +0000 (11:09 +0200)
committerCédric Le Goater <clg@redhat.com>
Wed, 18 Oct 2023 08:10:49 +0000 (10:10 +0200)
commite08041ece7392aae895487b97299f33ddc8de131
tree5f89bc7a4297bd8f7a441d60c5d76b24d0417a9b
parentc95d128ee3cf3319c9b40b550eac8df3f86fa410
vfio/ccw: Use vfio_[attach/detach]_device

Let the vfio-ccw device use vfio_attach_device() and
vfio_detach_device(), hence hiding the details of the used
IOMMU backend.

Note that the migration reduces the following trace
"vfio: subchannel %s has already been attached" (featuring
cssid.ssid.devid) into "device is already attached"

Also now all the devices have been migrated to use the new
vfio_attach_device/vfio_detach_device API, let's turn the
legacy functions into static functions, local to container.c.

Signed-off-by: Eric Auger <eric.auger@redhat.com>
Signed-off-by: Yi Liu <yi.l.liu@intel.com>
Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio/ccw.c
hw/vfio/common.c
include/hw/vfio/vfio-common.h