nemu: update nemu version#1710
Conversation
|
/test-nemu |
|
/test-nemu |
Should memory hotplug fail with NEMU @jcvenegas @egernst ? Update: |
|
/test-nemu |
|
/test |
|
The latest release of NEMU works fine with hugepages and this change is no longer needed. Will fix the other patches to make use of the new release. |
|
/test |
|
@chavafg the fedora build is failing with Am i missing something in my change? |
|
weird failure, hadn't seen it before, sent rebuild |
|
fedora build is failing with Ubuntu arm build is failing with issues on chrony. I don't think the NEMU hypervisor is used in any other job other than nemu right @chavafg @jcvenegas ? |
|
@ganeshmaharaj - ARM and fedora CI fails - will let for you to work out. |
virtio-fs is now available in 1.7 release and needs hugepages enabled. Updating version of NEMU that ships with kata by default which contains the fixes for hugepages, machine_type=virt and network access. Fixes: kata-containers#1709 Depends-on: github.com/kata-containers/tests#1595 Depends-on: github.com/kata-containers/packaging#522 Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
|
Fedora jobs are unstable right now and ARM machine is offline. This change does not affect any of those jobs, so I think we are fine merging this change. |
|
Thanks for the notification.:) @devimc. We will try to re-build connection between master and ARM ci node, bring it online firstly, then we will follow up the chronyd issue :). |
virtio-fs is now available in 1.7 release and needs hugepages enabled.
NEMU's machine_type
virthas issues getting network access whenhugepages is enabled. Temporarily changing type to
pcto fix thisissue. Accompanying changes to runtime and tests are underway.
Fixes: #1709
Signed-off-by: Ganesh Maharaj Mahalingam ganesh.mahalingam@intel.com