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.
As we want to move to upstream qemu, we should drop as many private qemu patches as possible. One big change we carry with qemu-lite is the migration bypass-shared-memory patch. Qemu 4.0 already has a x-ignore-shared migration capability. With a small change to it, we can make it work similar to bypass-shared-memory and thus get rid of the private qemu patch.
How can it be improved?
change x-ignore-shared to work similar to bypass-shared-memory. The patch should be easily accepted.
change kata runtime to use x-ignore-shared instead of bypass-shared-memory to implement vm template.
change packaging and tests accordingly.
Additional Information
Depending on whether the little qemu patch is backported to QEMU 4.0, we can either get rid of the private qemu patch soon or the next time we lift the qemu version.
The text was updated successfully, but these errors were encountered:
qemu upstream has x-ignore-shared that works similar
to our private bypass-shared-memory. We can use it to
implement the vm template feature.
Fixes: kata-containers#1798
Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Jul 17, 2019
qemu upstream has x-ignore-shared that works similar
to our private bypass-shared-memory. We can use it to
implement the vm template feature.
Fixes: kata-containers#1798
Depends-on: github.com/kata-containers/packaging#641
Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Jul 17, 2019
qemu upstream has x-ignore-shared that works similar
to our private bypass-shared-memory. We can use it to
implement the vm template feature.
Fixes: kata-containers#1798
Depends-on: github.com/kata-containers/packaging#641
Signed-off-by: Peng Tao <[email protected]>
qemu upstream has x-ignore-shared that works similar
to our private bypass-shared-memory. We can use it to
implement the vm template feature.
Fixes: kata-containers#1798
Depends-on: github.com/kata-containers/packaging#641
Signed-off-by: Peng Tao <[email protected]>
egernst
pushed a commit
to egernst/runtime
that referenced
this issue
Jul 18, 2019
qemu upstream has x-ignore-shared that works similar
to our private bypass-shared-memory. We can use it to
implement the vm template feature.
Fixes: kata-containers#1798
Depends-on: github.com/kata-containers/packaging#641
Signed-off-by: Peng Tao <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Which feature do you think can be improved?
As we want to move to upstream qemu, we should drop as many private qemu patches as possible. One big change we carry with qemu-lite is the migration bypass-shared-memory patch. Qemu 4.0 already has a x-ignore-shared migration capability. With a small change to it, we can make it work similar to bypass-shared-memory and thus get rid of the private qemu patch.
How can it be improved?
Additional Information
Depending on whether the little qemu patch is backported to QEMU 4.0, we can either get rid of the private qemu patch soon or the next time we lift the qemu version.
The text was updated successfully, but these errors were encountered: