OSDN Git Service

vfio/pci: rename vfio_put_device to vfio_pci_put_device
authorZhenzhong Duan <zhenzhong.duan@intel.com>
Fri, 22 Sep 2023 02:52:23 +0000 (10:52 +0800)
committerCédric Le Goater <clg@redhat.com>
Thu, 5 Oct 2023 20:04:51 +0000 (22:04 +0200)
commitc06327c9db960158edc8756dbc0eb25fab920656
tree606d2812c57053a254a67a266fd4e32676d3124d
parent931150e56b056b120c868f94751722710df0b6a7
vfio/pci: rename vfio_put_device to vfio_pci_put_device

vfio_put_device() is a VFIO PCI specific function, rename it with
'vfio_pci' prefix to avoid confusing.

No functional change.

Suggested-by: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio/pci.c