This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 374
Hot plug VFIO devices #85
Comments
devimc
pushed a commit
to devimc/kata-runtime
that referenced
this issue
Mar 20, 2018
With this patch VFIO devices are hot plugged in the VM, that means no more cold plug in kata containers. fixes kata-containers#85 Signed-off-by: Julio Montes <[email protected]>
devimc
pushed a commit
to devimc/kata-runtime
that referenced
this issue
Mar 26, 2018
With this patch VFIO devices are hot plugged in the VM, that means no more cold plug in kata containers. fixes kata-containers#85 Signed-off-by: Julio Montes <[email protected]>
devimc
pushed a commit
to devimc/kata-runtime
that referenced
this issue
Mar 26, 2018
With this patch VFIO devices are hot plugged in the VM, that means no more cold plug in kata containers. fixes kata-containers#85 Signed-off-by: Julio Montes <[email protected]>
nitkon
added a commit
to nitkon/runtime
that referenced
this issue
Jan 28, 2019
Shortlog: 78d079d Merge pull request kata-containers#84 from nitkon/master 4692f6b qmp: Conditionally pass threadID and socketID when CPU device add b9c8f76 Merge pull request kata-containers#85 from markdryan/fix-travis 1f51b43 Update the versions of Go used to build GoVMM ad310f9 Fix staticcheck S1023 932fdc7 Fix staticcheck S1023 cb2ce93 Fix staticcheck S1008 f0172cd Fix staticcheck (S1002) 5f2e630 Fix staticcheck (S1025) 4beea51 Fix staticcheck (ST1005) errors Fixes: kata-containers#1155 Signed-off-by: Nitesh Konkar [email protected]
nitkon
added a commit
to nitkon/runtime
that referenced
this issue
Jan 28, 2019
Shortlog: 78d079d Merge pull request kata-containers#84 from nitkon/master 4692f6b qmp: Conditionally pass threadID and socketID when CPU device add b9c8f76 Merge pull request kata-containers#85 from markdryan/fix-travis 1f51b43 Update the versions of Go used to build GoVMM ad310f9 Fix staticcheck S1023 932fdc7 Fix staticcheck S1023 cb2ce93 Fix staticcheck S1008 f0172cd Fix staticcheck (S1002) 5f2e630 Fix staticcheck (S1025) 4beea51 Fix staticcheck (ST1005) errors Fixes: kata-containers#1155 Signed-off-by: Nitesh Konkar [email protected]
zklei
pushed a commit
to zklei/runtime
that referenced
this issue
Jun 13, 2019
codecov: Add codecov.yml
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
in order to move kata container from static containers (cold plug) to dynamic containers (hot plug), all devices must be hot plugged in the VM. Currently only VFIO devices are cold plugged
The text was updated successfully, but these errors were encountered: