You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
In the scenario, vhost net kernel thread tasks a reference to qemu's mm. and the reference
also includes the mmap regions on the vfio device file. so vhost kernel thread would be not
released when qemu is killed as the vhost file descriptor still is opened by shim v2 process, and vfio device is not released because there's still a reference to the mmap.
Expected result
the kata container is stopped
Actual result
I got a hang when unbinding network device from vfio-pci.
I get this in dmesg:
vfio-pci 0000:5c:00.0: Relaying device request to user
(replace this text with the output of the kata-collect-data.sh script, after
you have reviewed its content to ensure it does not contain any private
information).