This repository was archived by the owner on May 12, 2021. It is now read-only.
VM templating patch for QEMU 4.0#643
Closed
ganeshmaharaj wants to merge 1 commit intokata-containers:masterfrom
Closed
VM templating patch for QEMU 4.0#643ganeshmaharaj wants to merge 1 commit intokata-containers:masterfrom
ganeshmaharaj wants to merge 1 commit intokata-containers:masterfrom
Conversation
Contributor
Author
|
/test |
ganeshmaharaj
pushed a commit
to ganeshmaharaj/kata-runtime
that referenced
this pull request
Jul 17, 2019
Fixes: #123412345 Depends-on: github.com/kata-containers/packaging#643 Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
Since moving to QEMU 4.0 away from qemu-lite, we are missing the migration patch kata-containers/qemu@8ba3a0f which helps with VM templating. Carrying the patch as part of kata packaging while we wait for upstream to land the change. Fixes: kata-containers#642 Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
932bd03 to
6764a75
Compare
Contributor
Author
|
/test |
Member
|
No, please don't bring it back. As I mentioned in #642 (comment), the problem is we merged packaging PR #641 before merging the dependent runtime PR kata-containers/runtime#1799. |
Member
|
Closing the PR. Thanks for the jump @ganeshmaharaj - glad to see we've adapted to upstream. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since moving to QEMU 4.0 away from qemu-lite, we are missing the
migration patch
kata-containers/qemu@8ba3a0f
which helps with VM templating. Carrying the patch as part of kata
packaging while we wait for upstream to land the change.
Fixes: #642
Signed-off-by: Ganesh Maharaj Mahalingam ganesh.mahalingam@intel.com