nutanix / libvfio-user

framework for emulating devices in userspace
BSD 3-Clause "New" or "Revised" License
166 stars 51 forks source link

vfu_destroy_ctx() doesn't delete the socket file that created via vfu_create_ctx() #660

Closed changpe1 closed 2 years ago

changpe1 commented 2 years ago

As described in the title, the socket file is still there after calling vfu_destroy_ctx().

tmakatos commented 2 years ago

@changpe1 try https://github.com/nutanix/libvfio-user/pull/702

changpe1 commented 2 years ago

@changpe1 try #702

Works for me, thank you.