From bca37c3686b458ebbf51dee82324cb46901b36c7 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Fri, 13 Sep 2019 02:14:06 -0500 Subject: [PATCH] version: Add QEMU and kernel with virtiofs 3.0 This adds QEMU and the kernel with virtiofs 3.0 at the versions.yaml file. Depends-on: github.com/kata-containers/packaging#710 Fixes #2051 Signed-off-by: Gabriela Cervantes --- versions.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/versions.yaml b/versions.yaml index 45464e4dba..808974ba82 100644 --- a/versions.yaml +++ b/versions.yaml @@ -119,6 +119,12 @@ assets: branch: "master" tag: "v3.1.0-rc2" commit: "47c1cc30e440860aa695358f7c2dd0b9d7b53d16" + + qemu-experimental: + description: "QEMU with virtiofs 3.0" + url: "https://gitlab.com/virtio-fs/qemu.git" + tag: "virtio-fs-v0.3" + image: description: | Root filesystem disk image used to boot the guest virtual @@ -166,6 +172,11 @@ assets: https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-(4\.19\..+)\.tar\.gz version: "v4.19.71" + kernel-experimental: + description: "Linux kernel with virtiofs 3.0" + url: "https://gitlab.com/virtio-fs/linux.git" + tag: "virtio-fs-v0.3" + components: description: "Core system functionality"