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 92
Fix FC and NEMU #657
Merged
devimc
merged 3 commits into
kata-containers:master
from
devimc:topic/kernel/fragmentsFixCI
Jul 26, 2019
Merged
Fix FC and NEMU #657
devimc
merged 3 commits into
kata-containers:master
from
devimc:topic/kernel/fragmentsFixCI
Jul 26, 2019
Conversation
This file contains 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
enable VIRTIO_FS and CONFIG_FUSE_FS to support virtiofs fixes kata-containers#656 Signed-off-by: Julio Montes <julio.montes@intel.com>
enable CONFIG_VIRTIO_MMIO and CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES to support firecracker Signed-off-by: Julio Montes <julio.montes@intel.com>
devimc
pushed a commit
to devimc/kata-runtime
that referenced
this pull request
Jul 26, 2019
CPU topology has changed in QEMU 4.1: socket > die > core > thread. die option must be specified in order to hotplug CPUs on x86_64 Depends-on: github.com/kata-containers/packaging#657 fixes kata-containers#1913 Signed-off-by: Julio Montes <julio.montes@intel.com>
bump kernel config version Signed-off-by: Julio Montes <julio.montes@intel.com>
devimc
pushed a commit
to devimc/kata-runtime
that referenced
this pull request
Jul 26, 2019
CPU topology has changed in QEMU 4.1: socket > die > core > thread. die option must be specified in order to hotplug CPUs on x86_64 Depends-on: github.com/kata-containers/packaging#657 fixes kata-containers#1913 Signed-off-by: Julio Montes <julio.montes@intel.com>
/test |
GabyCT
approved these changes
Jul 26, 2019
chavafg
approved these changes
Jul 26, 2019
/AzurePipelines run |
Azure Pipelines successfully started running 2 pipeline(s). |
@@ -2,3 +2,7 @@ | |||
|
|||
# Yes, we do support unaligned word accesses | |||
CONFIG_DCACHE_WORD_ACCESS=y | |||
|
|||
# Support virtiofs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is a common/virtio.conf fragment as well - not clear if these are better here or in that file.
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.
No description provided.