From 2af240bd187f42a3eaa6952a3728519779f8dad4 Mon Sep 17 00:00:00 2001 From: Salvador Fuentes Date: Mon, 3 Dec 2018 11:13:12 -0600 Subject: [PATCH] versions: Add nemu Since Kata Containers work with NEMU, add an entry of the supported nemu version and its OVMF firmware. Fixes: #970. Signed-off-by: Salvador Fuentes --- versions.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/versions.yaml b/versions.yaml index 11c94f5fd..4af4d14a6 100644 --- a/versions.yaml +++ b/versions.yaml @@ -60,6 +60,16 @@ assets: hypervisor: description: "Component used to create virtual machines" + nemu: + description: "Modern Hypervisor for the Cloud" + url: "https://github.com/intel/nemu" + version: "release-2018-11-29" + + nemu-ovmf: + description: "OVMF firmware used by nemu hypervisor" + url: "https://github.com/intel/ovmf-virt" + version: "0.6" + qemu-lite: description: "lightweight VMM that uses KVM" url: "https://github.com/kata-containers/qemu"