]> git.proxmox.com Git - mirror_qemu.git/commit
vfio/container: Replace basename with g_path_get_basename
authorCédric Le Goater <clg@redhat.com>
Wed, 20 Dec 2023 13:53:02 +0000 (14:53 +0100)
committerCédric Le Goater <clg@redhat.com>
Fri, 5 Jan 2024 20:25:20 +0000 (21:25 +0100)
commit213ae3ffda463c0503e39e0cf827511b5298c314
tree11497c64b71db5adae1b093ff77cfa0a7c8957d7
parentc1139fa4feba8c320e4bd0a4e34af55caa5ffbb9
vfio/container: Replace basename with g_path_get_basename

g_path_get_basename() is a portable utility function that has the
advantage of not modifing the string argument. It also fixes a compile
breakage with the Musl C library reported in [1].

[1] https://lore.kernel.org/all/20231212010228.2701544-1-raj.khem@gmail.com/

Reported-by: Khem Raj <raj.khem@gmail.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Reviewed-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio/container.c