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 has been archived by the owner on May 12, 2021. It is now read-only.
#1957 is problematic that it causes vfio nic passthrough to fail, because we need to bind the device back to host and that is not possible when qemu is still running. So we should revert it.
And to fix the original issue #1956, we can just skip hotunplug all together as it is not really necessary when stopping a vm.
The text was updated successfully, but these errors were encountered:
We don't really need to unplug it from guest because we have
already stopped it. Just detach it and clean it up.
Fixes: kata-containers#1968
Signed-off-by: Peng Tao <bergwolf@hyper.sh>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Aug 15, 2019
We don't really need to unplug it from guest because we have
already stopped it. Just detach it and clean it up.
Fixes: kata-containers#1968
Signed-off-by: Peng Tao <bergwolf@hyper.sh>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Aug 15, 2019
We don't really need to unplug it from guest because we have
already stopped it. Just detach it and clean it up.
Fixes: kata-containers#1968
Signed-off-by: Peng Tao <bergwolf@hyper.sh>
We don't really need to unplug it from guest because we have
already stopped it. Just detach it and clean it up.
Fixes: kata-containers#1968
Signed-off-by: Peng Tao <bergwolf@hyper.sh>
We don't really need to unplug it from guest because we have
already stopped it. Just detach it and clean it up.
Fixes: kata-containers#1968
Signed-off-by: Peng Tao <bergwolf@hyper.sh>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of problem
#1957 is problematic that it causes vfio nic passthrough to fail, because we need to bind the device back to host and that is not possible when qemu is still running. So we should revert it.
And to fix the original issue #1956, we can just skip hotunplug all together as it is not really necessary when stopping a vm.
The text was updated successfully, but these errors were encountered: