From 722ac5aa978e3b998a1d6de450a289a52d367ca6 Mon Sep 17 00:00:00 2001 From: Ganesh Maharaj Mahalingam Date: Fri, 17 May 2019 15:57:26 -0700 Subject: [PATCH] nemu-config: fix nemu for ci 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: #1709 Depends-on: github.com/kata-containers/tests#1595 Depends-on: github.com/kata-containers/packaging#522 Signed-off-by: Ganesh Maharaj Mahalingam --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 94ca29c8c8..9072c0961b 100644 --- a/versions.yaml +++ b/versions.yaml @@ -84,7 +84,7 @@ assets: uscan-url: >- https://github.com/intel/nemu/tags .*/release-?(\d\S+)\.tar\.gz - version: "release-2019-05-07" + version: "release-2019-05-21" nemu-ovmf: description: "OVMF firmware used by nemu VMM"